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()
 
public:
[DoesServiceRequestAttribute]
virtual Task<String^>^ DownloadTextAsync()
 
[<DoesServiceRequestAttribute>]
abstract DownloadTextAsync : unit -> Task<string>
[<DoesServiceRequestAttribute>]
override DownloadTextAsync : unit -> Task<string>
 
<DoesServiceRequestAttribute>
Public Overridable Function DownloadTextAsync As Task(OfString)
Return to top