Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queues the specified jobs to be executed later.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function QueueDelayedJobs ( _
jobs As IEnumerable(Of TeamFoundationJobDefinition) _
) As Integer
public int QueueDelayedJobs(
IEnumerable<TeamFoundationJobDefinition> jobs
)
public:
virtual int QueueDelayedJobs(
IEnumerable<TeamFoundationJobDefinition^>^ jobs
) sealed
abstract QueueDelayedJobs :
jobs:IEnumerable<TeamFoundationJobDefinition> -> int
override QueueDelayedJobs :
jobs:IEnumerable<TeamFoundationJobDefinition> -> int
public final function QueueDelayedJobs(
jobs : IEnumerable<TeamFoundationJobDefinition>
) : int
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>)
.NET Framework Security
- 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.