This documentation is archived and is not being maintained.
TeamFoundationJobHistoryEntry Class
Visual Studio 2013
Represents a job history entry on Visual Studio Team Foundation Server.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TeamFoundationJobHistoryEntry type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AgentId | Gets the Guid object that represents the ID of the agent that is associated with this job history entry. |
![]() | EndTime | Gets the end time of this job history entry. |
![]() | ExecutionStartTime | Gets the start time of the job that is described by this job history entry. |
![]() | HistoryId | Gets the ID of this job history entry. |
![]() | JobId | Gets the Guid object that represents the job ID. |
![]() | JobSource | Gets the Guid object that represents the job source ID. |
![]() | QueueTime | Gets the queue time of the job that is described by this job history entry. |
![]() | Result | Gets or sets the result of this job history entry. |
![]() | ResultMessage | Gets the result message of this job history entry. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Gets a user-readable message that describes this instance. (Overrides Object::ToString().) |
Show:
