Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns a task that performs an asynchronous operation to open a stream for reading from the file.

Namespace:   Microsoft.WindowsAzure.Storage.File
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<Stream> OpenReadAsync()
 
public:
[DoesServiceRequestAttribute]
virtual Task<Stream^>^ OpenReadAsync()
 
[<DoesServiceRequestAttribute>]
abstract OpenReadAsync : unit -> Task<Stream>
[<DoesServiceRequestAttribute>]
override OpenReadAsync : unit -> Task<Stream>
 
<DoesServiceRequestAttribute>
Public Overridable Function OpenReadAsync As Task(Of Stream)
Return to top