TeamFoundationJobService.QueueDelayedJob Method (Guid, Int32)

Queues a job that will be executed later.

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

Syntax

'Declaration
Public Function QueueDelayedJob ( _
    jobId As Guid, _
    maxDelaySeconds As Integer _
) As Integer
public int QueueDelayedJob(
    Guid jobId,
    int maxDelaySeconds
)
public:
virtual int QueueDelayedJob(
    Guid jobId, 
    int maxDelaySeconds
) sealed
abstract QueueDelayedJob : 
        jobId:Guid * 
        maxDelaySeconds:int -> int  
override QueueDelayedJob : 
        jobId:Guid * 
        maxDelaySeconds:int -> int
public final function QueueDelayedJob(
    jobId : Guid, 
    maxDelaySeconds : int
) : int

Parameters

  • jobId
    Type: System.Guid

    The Guid object that represents the job ID of the job to queue.

  • maxDelaySeconds
    Type: System.Int32

    The maximum number of seconds to wait before executing the job.

Return Value

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

Implements

ITeamFoundationJobService.QueueDelayedJob(Guid, Int32)

.NET Framework Security

See Also

Reference

TeamFoundationJobService Class

QueueDelayedJob Overload

Microsoft.TeamFoundation.Framework.Client Namespace