Udostępnij za pośrednictwem


Metoda TeamFoundationJobService.QueryJobQueue —

Pobiera zadania w toku, w kolejce i zaplanowane.

Przestrzeń nazw:  Microsoft.TeamFoundation.Framework.Server
Zestaw:  Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)

Składnia

'Deklaracja
Public Sub QueryJobQueue ( _
    requestContext As TeamFoundationRequestContext, _
    <OutAttribute> ByRef runningJobs As List(Of TeamFoundationJobQueueEntry), _
    <OutAttribute> ByRef queuedJobs As List(Of TeamFoundationJobQueueEntry), _
    <OutAttribute> ByRef scheduledJobs As List(Of TeamFoundationJobQueueEntry) _
)
public void QueryJobQueue(
    TeamFoundationRequestContext requestContext,
    out List<TeamFoundationJobQueueEntry> runningJobs,
    out List<TeamFoundationJobQueueEntry> queuedJobs,
    out List<TeamFoundationJobQueueEntry> scheduledJobs
)

Parametry

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TeamFoundationJobService Klasa

Przestrzeń nazw Microsoft.TeamFoundation.Framework.Server