This documentation is archived and is not being maintained.
ITeamFoundationJobService.QueueJobsNow Method (IEnumerable(Guid), Boolean)
Visual Studio 2013
Puts the specified jobs in the queue and starts them immediately.
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 GUIDs of the jobs to put in the queue.
- highPriority
- Type: System.Boolean
True to flag the specified jobs as high priority; false to specify them as regular priority.
- 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: