AgentScopeActivityTracking Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Workflow.Tracking.ActivityTracking
    Microsoft.TeamFoundation.Build.Workflow.Tracking.AgentScopeActivityTracking

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

Syntax

'Declaration
Public NotInheritable Class AgentScopeActivityTracking _
    Inherits ActivityTracking
public sealed class AgentScopeActivityTracking : ActivityTracking
public ref class AgentScopeActivityTracking sealed : public ActivityTracking
[<Sealed>]
type AgentScopeActivityTracking =  
    class 
        inherit ActivityTracking 
    end
public final class AgentScopeActivityTracking extends ActivityTracking

The AgentScopeActivityTracking type exposes the following members.

Constructors

  Name Description
Public method AgentScopeActivityTracking

Top

Properties

  Name Description
Public property ActivityInstanceId The instance ID of the tracked activity. (Inherited from ActivityTracking.)
Public property ActivityType The type of the tracked activity. (Inherited from ActivityTracking.)
Public property DisplayName The display name of the tracked activity. (Inherited from ActivityTracking.)
Public property Duration Gets the duration of execution. (Inherited from ActivityTracking.)
Public property FinishTime The time at which the tracked activity completed execution. (Inherited from ActivityTracking.)
Public property ReservationStatus
Public property ReservedAgentName
Public property ReservedAgentUri
Public property StartTime The time at which the tracked activity began execution. (Inherited from ActivityTracking.)
Public property State The State of the tracked activity - Executing, Closed, Canceled, or Faulted. (Inherited from ActivityTracking.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event PropertyChanged (Inherited from ActivityTracking.)

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