Share via


TeamFoundationJobService.QueueJobsNow Method (IEnumerable<Guid>, Boolean)

Queues the specified jobs to be executed now.

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

Syntax

'Declaration
Public Function QueueJobsNow ( _
    jobIds As IEnumerable(Of Guid), _
    highPriority As Boolean _
) As Integer
public int QueueJobsNow(
    IEnumerable<Guid> jobIds,
    bool highPriority
)
public:
virtual int QueueJobsNow(
    IEnumerable<Guid>^ jobIds, 
    bool highPriority
) sealed
abstract QueueJobsNow : 
        jobIds:IEnumerable<Guid> * 
        highPriority:bool -> int  
override QueueJobsNow : 
        jobIds:IEnumerable<Guid> * 
        highPriority:bool -> int
public final function QueueJobsNow(
    jobIds : IEnumerable<Guid>, 
    highPriority : boolean
) : int

Parameters

  • highPriority
    Type: System.Boolean

    True if these jobs are high priority; otherwise, false.

Return Value

Type: System.Int32
Queues the specified jobs to be executed now.

Implements

ITeamFoundationJobService.QueueJobsNow(IEnumerable<Guid>, Boolean)

.NET Framework Security

See Also

Reference

TeamFoundationJobService Class

QueueJobsNow Overload

Microsoft.TeamFoundation.Framework.Client Namespace