Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Waits for the pending asynchronous flush to complete.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public abstract void EndFlush(
	IAsyncResult asyncResult
)
 
public:
virtual void EndFlush(
	IAsyncResult^ asyncResult
) abstract
 
abstract EndFlush : 
        asyncResult:IAsyncResult -> unit
 
Public MustOverride Sub EndFlush (
	asyncResult As IAsyncResult
)

Parameters

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

An IAsyncResult object containing a reference to the pending asynchronous request to finish.

Return to top