TeamFoundationJobService.QueryJobQueue Method (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
)
public:
List<TeamFoundationJobQueueEntry^>^ QueryJobQueue(
    TeamFoundationRequestContext^ jobSourceRequestContext, 
    IEnumerable<Guid>^ jobIds
)
member QueryJobQueue : 
        jobSourceRequestContext:TeamFoundationRequestContext * 
        jobIds:IEnumerable<Guid> -> List<TeamFoundationJobQueueEntry> 
public function QueryJobQueue(
    jobSourceRequestContext : TeamFoundationRequestContext, 
    jobIds : IEnumerable<Guid>
) : List<TeamFoundationJobQueueEntry>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TeamFoundationJobService Class

QueryJobQueue Overload

Microsoft.TeamFoundation.Framework.Server Namespace