ITeamFoundationJobService.QueueDelayedJob Method
Include Protected Members
Include Inherited Members
Schedules a job 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 | |
---|---|---|
QueueDelayedJob(Guid) | Schedules a job to be executed in the near future. | |
QueueDelayedJob(TeamFoundationJobDefinition) | Schedules the specified job to be executed in the near future. | |
QueueDelayedJob(Guid, Int32) | Schedules a job to be executed in the near future. | |
QueueDelayedJob(TeamFoundationJobDefinition, Int32) | Schedules a job to be executed in the near future. |
Top