Freigeben über


CloudQueue.EndCreateIfNotExists(IAsyncResult) Methode

Definition

Gibt das Ergebnis eines asynchronen Vorgangs zum Erstellen der Warteschlange zurück, sofern sie 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 die Warteschlange noch nicht vorhanden war und erstellt wurde; andernfalls false.

Gilt für: