This documentation is archived and is not being maintained.

TeamFoundationJobService::QueryJobs Method (IEnumerable<Guid>)

Gets the TeamFoundationJobDefinition object of the jobs that have the specified ID.

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

public:
virtual array<TeamFoundationJobDefinition^>^ QueryJobs(
	IEnumerable<Guid>^ jobIds
) sealed

Parameters

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

An enumerable collection of Guid objects that represent the job IDs of the jobs to query.

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Client::TeamFoundationJobDefinition>
The TeamFoundationJobDefinition object of the jobs that have the specified ID.

Implements

ITeamFoundationJobService::QueryJobs(IEnumerable<Guid>)

Show: