Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to download the blob's contents as a string.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<string> DownloadTextAsync(
	CancellationToken cancellationToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<String^>^ DownloadTextAsync(
	CancellationToken cancellationToken
)
 
[<DoesServiceRequestAttribute>]
abstract DownloadTextAsync : 
        cancellationToken:CancellationToken -> Task<string>
[<DoesServiceRequestAttribute>]
override DownloadTextAsync : 
        cancellationToken:CancellationToken -> Task<string>
 
<DoesServiceRequestAttribute>
Public Overridable Function DownloadTextAsync (
	cancellationToken As CancellationToken
) As Task(OfString)
Return to top