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 ( _
    jobs As IEnumerable(Of TeamFoundationJobDefinition), _
    highPriority As Boolean _
) As Integer
public int QueueJobsNow(
    IEnumerable<TeamFoundationJobDefinition> jobs,
    bool highPriority
)
public:
virtual int QueueJobsNow(
    IEnumerable<TeamFoundationJobDefinition^>^ jobs, 
    bool highPriority
) sealed
abstract QueueJobsNow : 
        jobs:IEnumerable<TeamFoundationJobDefinition> * 
        highPriority:bool -> int  
override QueueJobsNow : 
        jobs:IEnumerable<TeamFoundationJobDefinition> * 
        highPriority:bool -> int
public final function QueueJobsNow(
    jobs : IEnumerable<TeamFoundationJobDefinition>, 
    highPriority : boolean
) : int
Parameters
- jobs 
 Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>- An enumerable collection of TeamFoundationJobDefinition objects that represent 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<TeamFoundationJobDefinition>, 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.