CloudAppendBlob.EndAppendBlock Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudAppendBlob.::..EndAppendBlock Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to commit a new block of data to the end of the blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndAppendBlock :
asyncResult:IAsyncResult -> int64
override EndAppendBlock :
asyncResult:IAsyncResult -> int64
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type:
System.Int64System::Int64System.Int64System.Int64
Return to top
Ends an asynchronous operation to commit a new block of data to the end of the blob.
Syntax
abstract EndAppendBlock : asyncResult:IAsyncResult -> int64 override EndAppendBlock : asyncResult:IAsyncResult -> int64
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.