CloudBlob.EndDownloadToFile(IAsyncResult) Method

Definition

Ends an asynchronous operation to download the contents of a blob to a file.

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to