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
- jobIds 
 Type: System.Collections.Generic.IEnumerable<Guid>- An enumerable collection of Guid objects that represent the job IDs of the jobs to queue. 
- 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
- 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.