This documentation is archived and is not being maintained.
TeamFoundationJobService::QueueJobNow Method (Guid, Boolean)
Visual Studio 2013
Queues the specified job to be executed now.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- jobId
- Type: System::Guid
The Guid object that represents the job ID of the job to queue.
- highPriority
- Type: System::Boolean
True if the job is high priority; otherwise, false.
Implements
ITeamFoundationJobService::QueueJobNow(Guid, Boolean)- 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: