ITeamFoundationJobService.QueryJobs Method (IEnumerable<Guid>)
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)
Syntax
'Declaration
Function QueryJobs ( _
jobIds As IEnumerable(Of Guid) _
) As TeamFoundationJobDefinition()
TeamFoundationJobDefinition[] QueryJobs(
IEnumerable<Guid> jobIds
)
array<TeamFoundationJobDefinition^>^ QueryJobs(
IEnumerable<Guid>^ jobIds
)
abstract QueryJobs :
jobIds:IEnumerable<Guid> -> TeamFoundationJobDefinition[]
function QueryJobs(
jobIds : IEnumerable<Guid>
) : TeamFoundationJobDefinition[]
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: array<Microsoft.TeamFoundation.Framework.Client.TeamFoundationJobDefinition[]
An enumerable collection of TeamFoundationJobDefinition objects in the same index order as jobIds.
.NET Framework Security
- 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.