ICollectionOperations.ListAsync(CancellationToken) Method

Definition

Returns the list of all collection currently available for the subscription Id

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionListResult> ListAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionListResult>
Public Function ListAsync (cancellationToken As CancellationToken) As Task(Of CollectionListResult)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The response for the get collections list operation.

Applies to