Compartir a través de


TeamFoundationJobService.QueryJobQueue (Método) (TeamFoundationRequestContext, IEnumerable<Guid>)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

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

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationJobService Clase

QueryJobQueue (Sobrecarga)

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)