C#
C++
F#
VB
CloudBlobStream.::..BeginFlush Method (AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)
Begins an asynchronous flush operation.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public abstract ICancellableAsyncResult BeginFlush( AsyncCallback callback, object state )
C++
public: virtual ICancellableAsyncResult^ BeginFlush( AsyncCallback^ callback, Object^ state ) abstract
Public MustOverride Function BeginFlush ( callback As AsyncCallback, state As Object ) As ICancellableAsyncResult
Parameters
- callback
-
Type:
System.AsyncCallbackSystem::AsyncCallback^System.AsyncCallbackSystem.AsyncCallback
An optional asynchronous callback, to be called when the flush is complete.
- state
-
Type:
System.ObjectSystem::Object^System.ObjectSystem.Object
A user-provided object that distinguishes this particular asynchronous flush request from other requests.
Return Value
Type: Microsoft.WindowsAzure.Storage.ICancellableAsyncResultMicrosoft.WindowsAzure.Storage::ICancellableAsyncResult^Microsoft.WindowsAzure.Storage.ICancellableAsyncResultMicrosoft.WindowsAzure.Storage.ICancellableAsyncResultAn ICancellableAsyncResult that represents the asynchronous flush, which could still be pending.