Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

 
public virtual long EndAppendBlock(
	IAsyncResult asyncResult
)
 
public:
virtual long long EndAppendBlock(
	IAsyncResult^ asyncResult
)
 
abstract EndAppendBlock : 
        asyncResult:IAsyncResult -> int64
override EndAppendBlock : 
        asyncResult:IAsyncResult -> int64
 
Public Overridable Function EndAppendBlock (
	asyncResult As IAsyncResult
) As Long

Parameters

asyncResult
Type: System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Return to top