TeamFoundationJobService.QueryJobQueue Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub QueryJobQueue ( _
<OutAttribute> ByRef runningJobs As List(Of TeamFoundationJobQueueEntry), _
<OutAttribute> ByRef queuedJobs As List(Of TeamFoundationJobQueueEntry), _
<OutAttribute> ByRef scheduledJobs As List(Of TeamFoundationJobQueueEntry) _
)
public void QueryJobQueue(
out List<TeamFoundationJobQueueEntry> runningJobs,
out List<TeamFoundationJobQueueEntry> queuedJobs,
out List<TeamFoundationJobQueueEntry> scheduledJobs
)
public:
void QueryJobQueue(
[OutAttribute] List<TeamFoundationJobQueueEntry^>^% runningJobs,
[OutAttribute] List<TeamFoundationJobQueueEntry^>^% queuedJobs,
[OutAttribute] List<TeamFoundationJobQueueEntry^>^% scheduledJobs
)
member QueryJobQueue :
runningJobs:List<TeamFoundationJobQueueEntry> byref *
queuedJobs:List<TeamFoundationJobQueueEntry> byref *
scheduledJobs:List<TeamFoundationJobQueueEntry> byref -> unit
public function QueryJobQueue(
runningJobs : List<TeamFoundationJobQueueEntry>,
queuedJobs : List<TeamFoundationJobQueueEntry>,
scheduledJobs : List<TeamFoundationJobQueueEntry>
)
Parameters
- runningJobs
Type: System.Collections.Generic.List<TeamFoundationJobQueueEntry>%
- queuedJobs
Type: System.Collections.Generic.List<TeamFoundationJobQueueEntry>%
- scheduledJobs
Type: System.Collections.Generic.List<TeamFoundationJobQueueEntry>%
.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.