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 | |
|---|---|---|
| .gif) | QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<Guid>) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. | 
| .gif) | QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<TeamFoundationJobReference>, JobPriorityLevel) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. | 
| .gif) | QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<TeamFoundationJobReference>, Int32, JobPriorityLevel) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. | 
| .gif) | QueueDelayedJobs(TeamFoundationRequestContext, IEnumerable<Guid>, Int32, JobPriorityLevel) | Attempts to schedule the specified jobs to run in the specified time, if the job is not already scheduled to run sooner. | 
Top