Freigeben über


CloudBlobContainer.EndCreateIfNotExists(IAsyncResult) Methode

Definition

Gibt das Ergebnis einer asynchronen Anforderung zum Erstellen des Containers zurück, wenn er noch nicht vorhanden ist.

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

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

true, wenn der Container noch nicht vorhanden war und erstellt wurde; andernfalls false.

Gilt für: