This documentation is archived and is not being maintained.

ITeamFoundationJobService::QueueDelayedJobs Method

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
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
Show: