Delegate TransactionCallback
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
public delegate void TransactionCallback(bool isSuccessful, object state);
Parameters
Type |
Name |
Description |
System.Boolean |
isSuccessful |
|
System.Object |
state |
|
Constructors
Declaration
public TransactionCallback(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
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 |
|
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(bool isSuccessful, object state)
Parameters
Type |
Name |
Description |
System.Boolean |
isSuccessful |
|
System.Object |
state |
|