SaaS CMS has officially launched! Learn more now.

Delegate TransactionCallback

Namespace: Mediachase.BusinessFoundation.Data.Sql
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
public delegate void TransactionCallback(bool isSuccessful, object state);
Parameters
Type Name Description
System.Boolean isSuccessful
System.Object state

Constructors

TransactionCallback(Object, IntPtr)

Declaration
public TransactionCallback(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Boolean, Object, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(bool isSuccessful, object state, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Boolean isSuccessful
System.Object state
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(Boolean, Object)

Declaration
public virtual void Invoke(bool isSuccessful, object state)
Parameters
Type Name Description
System.Boolean isSuccessful
System.Object state