Freigeben über


ICloudBlob.EndExists(IAsyncResult) Methode

Definition

Gibt das asynchrone Ergebnis der Anforderung zurück, um die Existenz des Blobs zu überprüfen.

public bool EndExists (IAsyncResult asyncResult);
abstract member EndExists : IAsyncResult -> bool
Public Function EndExists (asyncResult As IAsyncResult) As Boolean

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

true, wenn das Blob vorhanden ist.

Gilt für: