This documentation is archived and is not being maintained.

TeamFoundationJobService::QueryJobHistory Method (IEnumerable<Guid>)

Queries the job history of the specified jobs.

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

public:
virtual IList<TeamFoundationJobHistoryEntry^>^ QueryJobHistory(
	IEnumerable<Guid>^ jobIds
) sealed

Parameters

jobIds
Type: System.Collections.Generic::IEnumerable<Guid>

An enumerable collection of Guid objects that represent the job IDs for which to query history.

Return Value

Type: System.Collections.Generic::IList<TeamFoundationJobHistoryEntry>
A list of TeamFoundationJobHistoryEntry objects that represent the history of the specified jobs.

Implements

ITeamFoundationJobService::QueryJobHistory(IEnumerable<Guid>)

Show: