C#
C++
F#
VB
Returns a task that performs an asynchronous operation to open a stream for reading from the file.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[<DoesServiceRequestAttribute>] abstract OpenReadAsync : unit -> Task<Stream> [<DoesServiceRequestAttribute>] override OpenReadAsync : unit -> Task<Stream>
<DoesServiceRequestAttribute> Public Overridable Function OpenReadAsync As Task(Of Stream)
Return Value
Type: System.Threading.Tasks.Task<Stream>System.Threading.Tasks::Task<Stream^>^System.Threading.Tasks.Task<Stream>System.Threading.Tasks.Task(Of Stream)A Task<TResult><TResult><'TResult>(Of TResult) object that represents the current operation.