This documentation is archived and is not being maintained.

TeamFoundationJobService::QueryJobHistory Method (IEnumerable<TeamFoundationJobDefinition>)

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<TeamFoundationJobDefinition^>^ jobs
) sealed

Parameters

jobs
Type: System.Collections.Generic::IEnumerable<TeamFoundationJobDefinition>

An enumerable collection of TeamFoundationJobDefinition objects that represent the jobs 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<TeamFoundationJobDefinition>)

Show: