Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Function QueryJobs ( _
jobIds As IEnumerable(Of Guid) _
) As TeamFoundationJobDefinition()
public TeamFoundationJobDefinition[] QueryJobs(
IEnumerable<Guid> jobIds
)
public:
virtual array<TeamFoundationJobDefinition^>^ QueryJobs(
IEnumerable<Guid>^ jobIds
) sealed
abstract QueryJobs :
jobIds:IEnumerable<Guid> -> TeamFoundationJobDefinition[]
override QueryJobs :
jobIds:IEnumerable<Guid> -> TeamFoundationJobDefinition[]
public final function QueryJobs(
jobIds : IEnumerable<Guid>
) : TeamFoundationJobDefinition[]
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>)
.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.