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