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
Public method 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.
Public method 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.
Public method 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.
Public method 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

See Also

Reference

TeamFoundationJobService Class

Microsoft.TeamFoundation.Framework.Server Namespace