This documentation is archived and is not being maintained.

TeamFoundationJobService::QueueJobNow Method (Guid, Boolean)

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(
	Guid jobId, 
	bool highPriority
) sealed

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.

Return Value

Type: System::Int32
The number of jobs that were queued.

Implements

ITeamFoundationJobService::QueueJobNow(Guid, Boolean)

Show: