BuildTrackingParticipant Class

Inheritance Hierarchy

System.Object
  System.Activities.Tracking.TrackingParticipant
    Microsoft.TeamFoundation.Build.Workflow.Tracking.BuildTrackingParticipant

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public NotInheritable Class BuildTrackingParticipant _
    Inherits TrackingParticipant _
    Implements IBuildLoggingExtension, IWorkflowInstanceExtension, IDisposable
public sealed class BuildTrackingParticipant : TrackingParticipant, 
    IBuildLoggingExtension, IWorkflowInstanceExtension, IDisposable
public ref class BuildTrackingParticipant sealed : public TrackingParticipant, 
    IBuildLoggingExtension, IWorkflowInstanceExtension, IDisposable
[<Sealed>]
type BuildTrackingParticipant =  
    class
        inherit TrackingParticipant
        interface IBuildLoggingExtension
        interface IWorkflowInstanceExtension
        interface IDisposable
    end
public final class BuildTrackingParticipant extends TrackingParticipant implements IBuildLoggingExtension, IWorkflowInstanceExtension, IDisposable

The BuildTrackingParticipant type exposes the following members.

Constructors

  Name Description
Public method BuildTrackingParticipant(IBuildDetail, BuildVerbosity)
Public method BuildTrackingParticipant(IBuildDetail, BuildVerbosity, IActivityTracking)

Top

Properties

  Name Description
Public property TrackingProfile The tracking profile object used by the tracking participant. Before adding the tracking participant to the workflow extensions, the tracking profile is set on the participant. (Inherited from TrackingParticipant.)
Public property Verbosity

Top

Methods

  Name Description
Protected method BeginTrack When implemented in a derived class, begins asynchronous processing of the tracking record. (Inherited from TrackingParticipant.)
Protected method EndTrack When implemented in a derived class, represents the end of an asynchronous tracking operation. (Inherited from TrackingParticipant.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetActivityTracking
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodStatic member GetImportance
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic member SetImportance
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Protected method Track When implemented in a derived class, used to synchronously process the tracking record. (Inherited from TrackingParticipant.)

Top

Fields

  Name Description
Public fieldStatic member ImportanceName

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose
Explicit interface implemetationPrivate method IWorkflowInstanceExtension.GetAdditionalExtensions
Explicit interface implemetationPrivate method IWorkflowInstanceExtension.SetInstance

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace