CloudAppendBlob.DownloadTextAsync Method (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
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>]
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.
See Also
DownloadTextAsync Overload
CloudAppendBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace
Return to top
Initiates an asynchronous operation to download the blob's contents as a string.
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.
See Also
DownloadTextAsync Overload
CloudAppendBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace