This topic has not yet been rated - Rate this topic

AgentScopeActivityTracking Class

Visual Studio 2012

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)
public sealed class AgentScopeActivityTracking : ActivityTracking

The AgentScopeActivityTracking type exposes the following members.

  NameDescription
Public propertyActivityInstanceIdThe instance ID of the tracked activity. (Inherited from ActivityTracking.)
Public propertyActivityTypeThe type of the tracked activity. (Inherited from ActivityTracking.)
Public propertyDisplayNameThe display name of the tracked activity. (Inherited from ActivityTracking.)
Public propertyDurationGets the duration of execution. (Inherited from ActivityTracking.)
Public propertyFinishTimeThe time at which the tracked activity completed execution. (Inherited from ActivityTracking.)
Public propertyReservationStatus
Public propertyReservedAgentName
Public propertyReservedAgentUri
Public propertyStartTimeThe time at which the tracked activity began execution. (Inherited from ActivityTracking.)
Public propertyStateThe State of the tracked activity - Executing, Closed, Canceled, or Faulted. (Inherited from ActivityTracking.)
Top
  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top
  NameDescription
Public eventPropertyChanged (Inherited from ActivityTracking.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.