This documentation is archived and is not being maintained.
ITeamFoundationJobService.QueueDelayedJobs Method (IEnumerable(Guid), Int32)
Visual Studio 2013
Schedules the specified enumerable collection of jobs to be executed in the near future.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- jobIds
- Type: System.Collections.Generic.IEnumerable(Guid)
An enumerable collection of job IDs of the jobs to schedule for execution.
- maxDelaySeconds
- Type: System.Int32
The number of seconds to delay the start of the job.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: