Freigeben über


CloudFileDirectory.EndCreateIfNotExists(IAsyncResult) Methode

Definition

Gibt das Ergebnis einer asynchronen Anforderung zum Erstellen des Verzeichnisses zurück, sofern es 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 das Verzeichnis noch nicht vorhanden und erstellt wurde; falseandernfalls .

Gilt für: