C#
C++
F#
VB
Returns a task that performs an asynchronous operation to download the file'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 object that represents the current operation.