This documentation is archived and is not being maintained.
ITeamFoundationJobService.QueryLatestJobHistory Method (TeamFoundationJobDefinition)
Visual Studio 2013
Gets a list of the latest history entry for the specified job.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
abstract QueryLatestJobHistory :
job:TeamFoundationJobDefinition -> TeamFoundationJobHistoryEntry
Parameters
- job
- Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationJobDefinition
The job definition for which the latest history entry is desired.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationJobHistoryEntryThe latest job history entry for the specified job.
- 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: