C#
C++
F#
VB
Initiates an asynchronous operation to download the blob's contents as a string.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[<DoesServiceRequestAttribute>] abstract DownloadTextAsync : unit -> Task<string> [<DoesServiceRequestAttribute>] override DownloadTextAsync : unit -> Task<string>
<DoesServiceRequestAttribute> Public Overridable Function DownloadTextAsync As Task(Of String)
Return Value
Type: System.Threading.Tasks.Task<String>System.Threading.Tasks::Task<String^>^System.Threading.Tasks.Task<String>System.Threading.Tasks.Task(Of String)A Task<TResult><TResult><'TResult>(Of TResult) object of type string that represents the asynchronous operation.