Table of Contents

Delegate AsyncCommitCallback

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

Represents a method that will handle asynchronous COMMIT operations.

public delegate void AsyncCommitCallback(Exception ex)

Parameters

ex Exception

A Exception object containing the exception information related to an asynchronous COMMIT operation.

Constructors

AsyncCommitCallback(object, nint)

public AsyncCommitCallback(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(Exception, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Exception ex, AsyncCallback callback, object @object)

Parameters

ex Exception
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Exception)

public virtual void Invoke(Exception ex)

Parameters

ex Exception