ITeamFoundationJobService.QueryJobs Method
Include Protected Members
Include Inherited Members
Gets an enumerable collection of all jobs in this service.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
QueryJobs() | Gets an enumerable collection of all job definitions in this service. | |
QueryJobs(IEnumerable<Guid>) | Gets an enumerable collection of job definitions for the specified job IDs. |
Top