This documentation is archived and is not being maintained.
TeamFoundationJobService::QueueJobNow Method (TeamFoundationJobDefinition, 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)
public: virtual int QueueJobNow( TeamFoundationJobDefinition^ job, bool highPriority ) sealed
Parameters
- job
- Type: Microsoft.TeamFoundation.Framework.Client::TeamFoundationJobDefinition
The TeamFoundationJobDefinition of the job to queue.
- highPriority
- Type: System::Boolean
True if this job is high priority; otherwise, false.
Implements
ITeamFoundationJobService::QueueJobNow(TeamFoundationJobDefinition, 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: