TeamFoundationJobService.QueueJobsNow Method
Include Protected Members
Include Inherited Members
Queues the specified jobs to be executed now.
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) | Queues the specified jobs to be executed now. | |
QueueJobsNow(IEnumerable<TeamFoundationJobDefinition>, Boolean) | Queues the specified jobs to be executed now. |
Top