ITeamFoundationJobService.QueueJobsNow Method
Include Protected Members
Include Inherited Members
Puts the specified jobs in the queue and starts them immediately.
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 | |
---|---|---|
QueueJobsNow(IEnumerable<Guid>, Boolean) | Puts the specified jobs in the queue and starts them immediately. | |
QueueJobsNow(IEnumerable<TeamFoundationJobDefinition>, Boolean) | Puts the specified jobs in the queue and starts them immediately. |
Top