This documentation is archived and is not being maintained.

TeamFoundationJobService::QueueDelayedJobs Method (IEnumerable<TeamFoundationJobDefinition>)

Queues the specified jobs to be executed later.

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

public:
virtual int QueueDelayedJobs(
	IEnumerable<TeamFoundationJobDefinition^>^ jobs
) sealed

Parameters

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

An enumerable collection of TeamFoundationJobDefinition objects that represent the jobs to queue.

Return Value

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

Implements

ITeamFoundationJobService::QueueDelayedJobs(IEnumerable<TeamFoundationJobDefinition>)

Show: