This documentation is archived and is not being maintained.
ITeamFoundationJobService.QueueJobNow Method (Guid, Boolean)
Visual Studio 2013
Puts the specified job in the queue and starts it immediately.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- jobId
- Type: System.Guid
The GUID of the job to put in the queue.
- highPriority
- Type: System.Boolean
True to flag the job as high priority; false to flag the job 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: