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 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 _
) As Integer
public int QueueDelayedJob(
    Guid jobId
)
public:
virtual int QueueDelayedJob(
    Guid jobId
) sealed
abstract QueueDelayedJob : 
        jobId:Guid -> int  
override QueueDelayedJob : 
        jobId:Guid -> int
public final function QueueDelayedJob(
    jobId : Guid
) : int
Parameters
- jobId 
 Type: System.Guid- The Guid object that represents the job ID of the job to queue. 
Return Value
Type: System.Int32
The number of jobs that were queued.
Implements
ITeamFoundationJobService.QueueDelayedJob(Guid)
.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.