This documentation is archived and is not being maintained.
IAgentScopeActivityTracking Interface
Visual Studio 2013
Interface for an IAgentScopeActivityTracking type of IBuildInformationNode. To obtain an IAgentScopeActivityTracking node, use the InformationNodeConverters class.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The IAgentScopeActivityTracking type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActivityInstanceId | Gets or sets the instance ID of the tracked activity. (Inherited from IActivityTracking.) |
![]() | ActivityType | Gets or sets the type of the tracked activity. (Inherited from IActivityTracking.) |
![]() | DisplayName | Gets or sets the display name of the tracked activity. (Inherited from IActivityTracking.) |
![]() | FinalPropertyValues | Gets the properties and their values at the time that the tracked activity completed execution. (Inherited from IActivityTracking.) |
![]() | FinishTime | Gets or sets the time that the tracked activity completed execution. (Inherited from IActivityTracking.) |
![]() | InitialPropertyValues | Gets the properties and their values at the time that the tracked activity began execution. (Inherited from IActivityTracking.) |
![]() | Node | Gets the IBuildInformationNode that is encapsulated by this interface. (Inherited from IActivityTracking.) |
![]() | ReservationStatus | Gets or sets the status of the reservation for the tracked AgentScope activity. |
![]() | ReservedAgentName | Gets or sets the name of the reserved agent for the tracked AgentScope activity. |
![]() | ReservedAgentUri | Gets or sets the uniform resource identifier (URI) of the reserved agent for the tracked AgentScope activity. |
![]() | StartTime | Gets or sets the time that the tracked activity began execution. (Inherited from IActivityTracking.) |
![]() | State | Gets or sets the state of the tracked activity. (Inherited from IActivityTracking.) |
| Name | Description | |
|---|---|---|
![]() | AddActivityTracking | Adds a child activity tracking node. (Inherited from IActivityTracking.) |
![]() | AddAgentScopeActivityTracking | Adds a child activity tracking node for an AgentScope activity. (Inherited from IActivityTracking.) |
![]() | AddPropertyValues | Adds a child activity properties node. (Inherited from IActivityTracking.) |
![]() | Save | Saves this information node. (Inherited from IActivityTracking.) |
Show:
