Compartilhar via


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

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

Sintaxe

'Declaração
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 de retorno

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

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationJobService Classe

Sobrecargas QueryJobQueue

Namespace Microsoft.TeamFoundation.Framework.Server