This documentation is archived and is not being maintained.
ITeamFoundationJobService.QueueDelayedJobs Method (IEnumerable<TeamFoundationJobDefinition>)
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
- jobs
- Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>
An enumerable collection of job definitions to schedule for execution.
- 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: