Bearbeiten

Freigeben über


TaskHttpClientBase.GetQueuedPlanGroupsAsync Method

Definition

[Preview API]

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskOrchestrationQueuedPlanGroup>> GetQueuedPlanGroupsAsync(Guid scopeIdentifier, string hubName, Nullable<Microsoft.TeamFoundation.DistributedTask.WebApi.PlanGroupStatus> statusFilter = null, Nullable<int> count = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetQueuedPlanGroupsAsync : Guid * string * Nullable<Microsoft.TeamFoundation.DistributedTask.WebApi.PlanGroupStatus> * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskOrchestrationQueuedPlanGroup>>
override this.GetQueuedPlanGroupsAsync : Guid * string * Nullable<Microsoft.TeamFoundation.DistributedTask.WebApi.PlanGroupStatus> * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskOrchestrationQueuedPlanGroup>>

Parameters

scopeIdentifier
Guid

The project GUID to scope the request

hubName
String

The name of the server hub: "build" for the Build server or "rm" for the Release Management server

statusFilter
Nullable<PlanGroupStatus>
count
Nullable<Int32>
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to