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)
Syntax
声明
Public Interface IAgentScopeActivityTracking _
    Inherits IActivityTracking
public interface IAgentScopeActivityTracking : IActivityTracking
public interface class IAgentScopeActivityTracking : IActivityTracking
type IAgentScopeActivityTracking =  
    interface
        interface IActivityTracking
    end
public interface IAgentScopeActivityTracking extends IActivityTracking
The IAgentScopeActivityTracking type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ActivityInstanceId | Gets or sets the instance ID of the tracked activity. (Inherited from IActivityTracking.) | 
| .gif) | ActivityType | Gets or sets the type of the tracked activity. (Inherited from IActivityTracking.) | 
| .gif) | DisplayName | Gets or sets the display name of the tracked activity. (Inherited from IActivityTracking.) | 
| .gif) | FinalPropertyValues | Gets the properties and their values at the time that the tracked activity completed execution. (Inherited from IActivityTracking.) | 
| .gif) | FinishTime | Gets or sets the time that the tracked activity completed execution. (Inherited from IActivityTracking.) | 
| .gif) | InitialPropertyValues | Gets the properties and their values at the time that the tracked activity began execution. (Inherited from IActivityTracking.) | 
| .gif) | Node | Gets the IBuildInformationNode that is encapsulated by this interface. (Inherited from IActivityTracking.) | 
| .gif) | ReservationStatus | Gets or sets the status of the reservation for the tracked AgentScope activity. | 
| .gif) | ReservedAgentName | Gets or sets the name of the reserved agent for the tracked AgentScope activity. | 
| .gif) | ReservedAgentUri | Gets or sets the uniform resource identifier (URI) of the reserved agent for the tracked AgentScope activity. | 
| .gif) | StartTime | Gets or sets the time that the tracked activity began execution. (Inherited from IActivityTracking.) | 
| .gif) | State | Gets or sets the state of the tracked activity. (Inherited from IActivityTracking.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddActivityTracking | Adds a child activity tracking node. (Inherited from IActivityTracking.) | 
| .gif) | AddAgentScopeActivityTracking | Adds a child activity tracking node for an AgentScope activity. (Inherited from IActivityTracking.) | 
| .gif) | AddPropertyValues | Adds a child activity properties node. (Inherited from IActivityTracking.) | 
| .gif) | Save | Saves this information node. (Inherited from IActivityTracking.) | 
Top