TeamFoundationJobService.QueueDelayedJobs 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 | |
---|---|---|
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. | |
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. | |
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. | |
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