This documentation is archived and is not being maintained.

ITeamFoundationJobService.QueryLatestJobHistory Method (IEnumerable(TeamFoundationJobDefinition))

Gets a list of the latest history entries for the specified jobs.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

abstract QueryLatestJobHistory : 
        jobs:IEnumerable<TeamFoundationJobDefinition> -> IList<TeamFoundationJobHistoryEntry> 

Parameters

jobs
Type: System.Collections.Generic.IEnumerable(TeamFoundationJobDefinition)

An enumerable collection of job definitions for which the latest history entries are desired.

Return Value

Type: System.Collections.Generic.IList(TeamFoundationJobHistoryEntry)
A list of the latest history entries for the specified jobs.

Show: