CloudAppendBlob.EndDownloadText Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudAppendBlob.::..EndDownloadText Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends 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
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.
Return to top
Ends an asynchronous operation to download the blob's contents as a string.
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.