Search Results for

    Show / Hide Table of Contents

    Delegate TransactionProcessorEventHandler

    A delegate for handling events from the ITransactionProcessor

    Namespace: LemonEdge.API.Entities.FinancialServices.Processors.Transactional
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    public delegate void TransactionProcessorEventHandler(ITransactionProcessor sender, TransactionProcessorEventArgs args)
    Parameters
    Type Name Description
    ITransactionProcessor sender

    The processor the event originates from

    TransactionProcessorEventArgs args

    The associated arguments with the event

    Constructors

    TransactionProcessorEventHandler(object, IntPtr)

    Declaration
    public TransactionProcessorEventHandler(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(ITransactionProcessor, TransactionProcessorEventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ITransactionProcessor sender, TransactionProcessorEventArgs args, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    ITransactionProcessor sender
    TransactionProcessorEventArgs args
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(ITransactionProcessor, TransactionProcessorEventArgs)

    Declaration
    public virtual void Invoke(ITransactionProcessor sender, TransactionProcessorEventArgs args)
    Parameters
    Type Name Description
    ITransactionProcessor sender
    TransactionProcessorEventArgs args

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.