This documentation is archived and is not being maintained.
TeamFoundationJobService::QueueJobsNow Method (IEnumerable<TeamFoundationJobDefinition>, Boolean)
Visual Studio 2013
Queues the specified jobs to be executed now.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual int QueueJobsNow( IEnumerable<TeamFoundationJobDefinition^>^ jobs, bool highPriority ) sealed
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.
Implements
ITeamFoundationJobService::QueueJobsNow(IEnumerable<TeamFoundationJobDefinition>, Boolean)- 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.
Show: