ICloudBlob.EndDownloadToStream(IAsyncResult) Method

Definition

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

public void EndDownloadToStream (IAsyncResult asyncResult);
abstract member EndDownloadToStream : IAsyncResult -> unit
Public Sub EndDownloadToStream (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to