Compartilhar via


ICollectionOperations.GetAsync(String, CancellationToken) Método

Definição

Retorna o resultado de uma determinada coleção

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionResult> GetAsync (string collectionName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionResult>
Public Function GetAsync (collectionName As String, cancellationToken As CancellationToken) As Task(Of CollectionResult)

Parâmetros

collectionName
String

O nome da coleção.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

A resposta para a operação GetServiceList.

Aplica-se a