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.)
Public method GetActivityTracking Gets the IActivityTracking record associated with the context.
Public method GetBlockingActivityTrees
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodStatic member GetImportance Gets the attached property value associated with the provided object.
Public methodStatic member GetTrackingOption Gets the attached property value associated with the provided object.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member SetImportance Sets the attached property value associated with the provided object.
Public methodStatic member SetTrackingOption Sets the attached property value associated with the provided object.
Public method Shutdown Shuts down the tracking participant and makes sure that all activities are in a closed state.
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 Identifies an attachable property which specifies the importance of tracking a particular activity.
Public fieldStatic member TrackingOptionName Identifies an attachable property which specifies the tracking option for particular activity.

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