C#
C++
F#
VB
Ends an asynchronous operation to open a stream for reading from the blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndOpenRead : asyncResult:IAsyncResult -> Stream override EndOpenRead : asyncResult:IAsyncResult -> Stream
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: System.IO.StreamSystem.IO::Stream^System.IO.StreamSystem.IO.StreamA Stream object to be used for reading from the blob.