This documentation is archived and is not being maintained.
TeamFoundationJobService::QueryJobs Method (IEnumerable<Guid>)
Visual Studio 2013
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>)- 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: