Freigeben über


CloudBlob.EndDownloadToFile(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang zum Herunterladen des Inhalts eines Blobs in eine Datei.

public virtual void EndDownloadToFile(IAsyncResult asyncResult);
abstract member EndDownloadToFile : IAsyncResult -> unit
override this.EndDownloadToFile : IAsyncResult -> unit
Public Overridable Sub EndDownloadToFile (asyncResult As IAsyncResult)

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gilt für: