This documentation is archived and is not being maintained.

TeamFoundationJobService::QueueJobsNow Method (IEnumerable<Guid>, Boolean)

Queues the specified jobs to be executed now.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
virtual int QueueJobsNow(
	IEnumerable<Guid>^ jobIds, 
	bool highPriority
) sealed

Parameters

jobIds
Type: System.Collections.Generic::IEnumerable<Guid>

An enumerable collection of Guid objects that represent the job IDs of the jobs to queue.

highPriority
Type: System::Boolean

True if these jobs are high priority; otherwise, false.

Return Value

Type: System::Int32
Queues the specified jobs to be executed now.

Implements

ITeamFoundationJobService::QueueJobsNow(IEnumerable<Guid>, Boolean)

Show: