This documentation is archived and is not being maintained.
ITeamFoundationJobService.QueryJobs Method (IEnumerable<Guid>)
Visual Studio 2013
Gets an enumerable collection of job definitions for the specified job IDs.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- jobIds
- Type: System.Collections.Generic.IEnumerable<Guid>
An enumerable collection of GUIDs of the jobs for which the job definitions are desired.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationJobDefinition[]An enumerable collection of TeamFoundationJobDefinition objects in the same index order as jobIds.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: