This documentation is archived and is not being maintained.
ITeamFoundationJobService::QueueDelayedJobs Method
Visual Studio 2013
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.
| 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. |
Show: