Freigeben über


CloudFile.EndExists(IAsyncResult) Methode

Definition

Gibt das asynchrone Ergebnis der Anforderung zurück, um das Vorhandensein der Datei zu überprüfen.

public virtual bool EndExists (IAsyncResult asyncResult);
abstract member EndExists : IAsyncResult -> bool
override this.EndExists : IAsyncResult -> bool
Public Overridable Function EndExists (asyncResult As IAsyncResult) As Boolean

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

true , wenn die Datei vorhanden ist; falseAndernfalls.

Gilt für: