Compartilhar via


CloudFileShare.EndCreateIfNotExists(IAsyncResult) Método

Definição

Retorna o resultado de uma solicitação assíncrona para criar o compartilhamento se ele ainda não existir.

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

Parâmetros

asyncResult
IAsyncResult

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

Retornos

true se o contêiner ainda não existia e foi criado; caso contrário, false.

Aplica-se a