ITeamFoundationJobService.QueueDelayedJob Method (TeamFoundationJobDefinition)

Schedules the specified job to be executed in the near future.

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

Syntax

‘선언
Function QueueDelayedJob ( _
    job As TeamFoundationJobDefinition _
) As Integer
int QueueDelayedJob(
    TeamFoundationJobDefinition job
)
int QueueDelayedJob(
    TeamFoundationJobDefinition^ job
)
abstract QueueDelayedJob : 
        job:TeamFoundationJobDefinition -> int 
function QueueDelayedJob(
    job : TeamFoundationJobDefinition
) : int

Parameters

Return Value

Type: System.Int32
Returns 1 if the job was successfully queued; otherwise, returns 0.

Remarks

QueueDelayedJob will only cause a job to run sooner or will have no effect. It will never postpone a job that is already scheduled to be executed in the near future.

.NET Framework Security

See Also

Reference

ITeamFoundationJobService Interface

QueueDelayedJob Overload

Microsoft.TeamFoundation.Framework.Client Namespace