This documentation is archived and is not being maintained.

TeamFoundationJobService::QueryLatestJobHistory Method (IEnumerable<TeamFoundationJobDefinition>)

Queries the latest job history of the specified jobs.

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

public:
virtual IList<TeamFoundationJobHistoryEntry^>^ QueryLatestJobHistory(
	IEnumerable<TeamFoundationJobDefinition^>^ jobs
) sealed

Return Value

Type: System.Collections.Generic::IList<TeamFoundationJobHistoryEntry>
A list of the latest TeamFoundationJobHistoryEntry objects in the index order of jobs.

Implements

ITeamFoundationJobService::QueryLatestJobHistory(IEnumerable<TeamFoundationJobDefinition>)

Show: