ITeamFoundationJobService.QueueDelayedJobs Method

Include Protected Members
Include Inherited Members

Queues the specified list of jobs to be executed in the near future.

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(IEnumerable<Guid>) Schedules the specified enumerable collection of jobs to be executed in the near future.
Public method QueueDelayedJobs(IEnumerable<TeamFoundationJobDefinition>) Schedules the specified enumerable collection of jobs to be executed in the near future.
Public method QueueDelayedJobs(IEnumerable<Guid>, Int32) Schedules the specified enumerable collection of jobs to be executed in the near future.
Public method QueueDelayedJobs(IEnumerable<TeamFoundationJobDefinition>, Int32) Schedules the specified enumerable collection of jobs to be executed in the near future.

Top

See Also

Reference

ITeamFoundationJobService Interface

Microsoft.TeamFoundation.Framework.Client Namespace