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 | |
---|---|---|
AgentScopeActivityTracking |
Top
Properties
Name | Description | |
---|---|---|
ActivityInstanceId | The instance ID of the tracked activity. (Inherited from ActivityTracking.) | |
ActivityType | The type of the tracked activity. (Inherited from ActivityTracking.) | |
DisplayName | The display name of the tracked activity. (Inherited from ActivityTracking.) | |
Duration | Gets the duration of execution. (Inherited from ActivityTracking.) | |
FinishTime | The time at which the tracked activity completed execution. (Inherited from ActivityTracking.) | |
ReservationStatus | ||
ReservedAgentName | ||
ReservedAgentUri | ||
StartTime | The time at which the tracked activity began execution. (Inherited from ActivityTracking.) | |
State | The State of the tracked activity - Executing, Closed, Canceled, or Faulted. (Inherited from ActivityTracking.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
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.