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