CloudBlob.EndDownloadRangeToStream(IAsyncResult) Method

Definition

Ends an asynchronous operation to download a range of bytes from a blob to a stream.

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to