C#
C++
F#
VB
CloudBlockBlob.::..EndDownloadText Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to download the blob's contents as a string.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndDownloadText : asyncResult:IAsyncResult -> string override EndDownloadText : asyncResult:IAsyncResult -> string
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: System.StringSystem::String^System.StringSystem.StringThe contents of the blob, as a string.