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
ExceptionA Exception object containing the exception information related to an asynchronous COMMIT operation.
Constructors
AsyncCommitCallback(object, nint)
public AsyncCommitCallback(object @object, nint method)
Parameters
Methods
BeginInvoke(Exception, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Exception ex, AsyncCallback callback, object @object)
Parameters
ex
Exceptioncallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Exception)
public virtual void Invoke(Exception ex)
Parameters
ex
Exception