Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- jobSourceRequestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- jobIds
 Type: System.Collections.Generic.IEnumerable<Guid>
Return Value
Type: System.Collections.Generic.List<TeamFoundationJobQueueEntry>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.