This documentation is archived and is not being maintained.

TeamFoundationJobService::QueryJobs Method

Gets the TeamFoundationJobDefinition object of all jobs that are registered in this service.

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

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

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Client::TeamFoundationJobDefinition>
The TeamFoundationJobDefinition object of all jobs that are registered in this service.

Implements

ITeamFoundationJobService::QueryJobs()

Show: