TeamFoundationJobService.QueueJobsNow Method
Include Protected Members
Include Inherited Members
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(TeamFoundationRequestContext, IEnumerable<TeamFoundationJobReference>, JobPriorityLevel) | ||
QueueJobsNow(TeamFoundationRequestContext, IEnumerable<Guid>, JobPriorityLevel) | Attempts to schedule the specified jobs to run immediately using the specified priority. | |
QueueJobsNow(TeamFoundationRequestContext, IEnumerable<Guid>, Boolean) | Attempts to schedule the specified jobs to run immediately using the specified priority. |
Top