This documentation is archived and is not being maintained.
TeamFoundationJobService::QueryLatestJobHistory Method (Guid)
Visual Studio 2013
Queries the latest job history of the specified job.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual TeamFoundationJobHistoryEntry^ QueryLatestJobHistory( Guid jobId ) sealed
Parameters
- jobId
- Type: System::Guid
A Guid object that represents the job ID of the job to query.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client::TeamFoundationJobHistoryEntryThe latest TeamFoundationJobHistoryEntry of the specified job.
Implements
ITeamFoundationJobService::QueryLatestJobHistory(Guid)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: