Share via


CloudBlobContainer.EndExists(IAsyncResult) Méthode

Définition

Retourne le résultat asynchrone de la demande à case activée si le conteneur existe.

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

Paramètres

asyncResult
IAsyncResult

IAsyncResult qui fait référence à l’opération asynchrone en attente.

Retours

true si le conteneur existe.

S’applique à