ICloudBlob.EndDownloadRangeToStream(IAsyncResult) Method
Definition
Ends an asynchronous operation to download a range of bytes from a blob to a stream.
public void EndDownloadRangeToStream (IAsyncResult asyncResult);
abstract member EndDownloadRangeToStream : IAsyncResult -> unit
Public Sub EndDownloadRangeToStream (asyncResult As IAsyncResult)
Parameters
- asyncResult
- IAsyncResult
An IAsyncResult that references the pending asynchronous operation.