Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Function QueryLatestJobHistory ( _
    job As TeamFoundationJobDefinition _
) As TeamFoundationJobHistoryEntry
TeamFoundationJobHistoryEntry QueryLatestJobHistory(
    TeamFoundationJobDefinition job
)
TeamFoundationJobHistoryEntry^ QueryLatestJobHistory(
    TeamFoundationJobDefinition^ job
)
abstract QueryLatestJobHistory : 
        job:TeamFoundationJobDefinition -> TeamFoundationJobHistoryEntry 
function 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.TeamFoundationJobHistoryEntry
The latest job history entry for the specified job.
.NET Framework Security
- 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.
See Also
Reference
ITeamFoundationJobService Interface