This documentation is archived and is not being maintained.

TeamFoundationJobService::QueueJobsNow Method (IEnumerable<TeamFoundationJobDefinition>, 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<TeamFoundationJobDefinition^>^ jobs, 
	bool highPriority
) sealed

Parameters

jobs
Type: System.Collections.Generic::IEnumerable<TeamFoundationJobDefinition>

An enumerable collection of TeamFoundationJobDefinition objects that represent 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<TeamFoundationJobDefinition>, Boolean)

Show: