Partager via


CloudBlobContainer.EndCreateIfNotExists(IAsyncResult) Méthode

Définition

Retourne le résultat d’une demande asynchrone pour créer le conteneur s’il n’existe pas déjà.

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

Paramètres

asyncResult
IAsyncResult

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

Retours

true si le conteneur n'existait pas et a été créé ; sinon false.

S’applique à