CloudQueue.EndExists(IAsyncResult) Método

Definição

Retorna o resultado assíncrono da solicitação para marcar a existência da fila.

public virtual bool EndExists (IAsyncResult asyncResult);
abstract member EndExists : IAsyncResult -> bool
override this.EndExists : IAsyncResult -> bool
Public Overridable Function EndExists (asyncResult As IAsyncResult) As Boolean

Parâmetros

asyncResult
IAsyncResult

Um IAsyncResult que faz referência à operação assíncrona pendente.

Retornos

true se a fila existe.

Aplica-se a