TeamFoundationJobHistoryEntry Class
Represents a job history entry on Visual Studio Team Foundation Server.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Client.TeamFoundationJobHistoryEntry
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public NotInheritable Class TeamFoundationJobHistoryEntry
public sealed class TeamFoundationJobHistoryEntry
public ref class TeamFoundationJobHistoryEntry sealed
[<Sealed>]
type TeamFoundationJobHistoryEntry = class end
public final class TeamFoundationJobHistoryEntry
The TeamFoundationJobHistoryEntry type exposes the following members.
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Gets a user-readable message that describes this instance. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.