CloudBlob.EndDownloadToStream(IAsyncResult)
CloudBlob.EndDownloadToStream(IAsyncResult)
CloudBlob.EndDownloadToStream(IAsyncResult)
CloudBlob.EndDownloadToStream(IAsyncResult)
Method
Definition
Ends an asynchronous operation to download the contents of a blob to a stream.
public:
virtual void EndDownloadToStream(IAsyncResult ^ asyncResult);
public virtual void EndDownloadToStream (IAsyncResult asyncResult);
abstract member EndDownloadToStream : IAsyncResult -> unit
override this.EndDownloadToStream : IAsyncResult -> unit
Public Overridable Sub EndDownloadToStream (asyncResult As IAsyncResult)
Parameters
- asyncResult
- IAsyncResult IAsyncResult IAsyncResult IAsyncResult
An IAsyncResult that references the pending asynchronous operation.