Freigeben über


TeamFoundationJobService.QueryJobQueue-Methode (TeamFoundationRequestContext, IEnumerable<Guid>)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function QueryJobQueue ( _
    jobSourceRequestContext As TeamFoundationRequestContext, _
    jobIds As IEnumerable(Of Guid) _
) As List(Of TeamFoundationJobQueueEntry)
public List<TeamFoundationJobQueueEntry> QueryJobQueue(
    TeamFoundationRequestContext jobSourceRequestContext,
    IEnumerable<Guid> jobIds
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<TeamFoundationJobQueueEntry>

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationJobService Klasse

QueryJobQueue-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace