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(
	CancellationToken cancellationToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<Stream^>^ OpenReadAsync(
	CancellationToken cancellationToken
)
 
[<DoesServiceRequestAttribute>]
abstract OpenReadAsync : 
        cancellationToken:CancellationToken -> Task<Stream>
[<DoesServiceRequestAttribute>]
override OpenReadAsync : 
        cancellationToken:CancellationToken -> Task<Stream>
 
<DoesServiceRequestAttribute>
Public Overridable Function OpenReadAsync (
	cancellationToken As CancellationToken
) As Task(Of Stream)
Return to top