Delegate TransactionProcessorEventHandler
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
public delegate void TransactionProcessorEventHandler(ITransactionProcessor sender, TransactionProcessorEventArgs args)
Parameters
Constructors
TransactionProcessorEventHandler(object, IntPtr)
Declaration
public TransactionProcessorEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(ITransactionProcessor, TransactionProcessorEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(ITransactionProcessor sender, TransactionProcessorEventArgs args, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(ITransactionProcessor, TransactionProcessorEventArgs)
Declaration
public virtual void Invoke(ITransactionProcessor sender, TransactionProcessorEventArgs args)
Parameters
Extension Methods