Search Results for

    Show / Hide Table of Contents

    Delegate BlendTransactionProcessorEventHandler

    A delegate for the handling of events from the IBlendTransactionProcessor

    Namespace: LemonEdge.API.Core.FinancialServices.Processors.Transactional
    Assembly: LemonEdge.API.Core.FinancialServices.dll
    Syntax
    public delegate void BlendTransactionProcessorEventHandler(IBlendTransactionProcessor sender, BlendTransactionProcessorEventArgs args)
    Parameters
    Type Name Description
    IBlendTransactionProcessor sender

    The Blend Transaction Processor raising the event

    BlendTransactionProcessorEventArgs args

    The arguments indicating the type of event

    Constructors

    BlendTransactionProcessorEventHandler(object, IntPtr)

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

    Methods

    BeginInvoke(IBlendTransactionProcessor, BlendTransactionProcessorEventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IBlendTransactionProcessor sender, BlendTransactionProcessorEventArgs args, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    IBlendTransactionProcessor sender
    BlendTransactionProcessorEventArgs 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(IBlendTransactionProcessor, BlendTransactionProcessorEventArgs)

    Declaration
    public virtual void Invoke(IBlendTransactionProcessor sender, BlendTransactionProcessorEventArgs args)
    Parameters
    Type Name Description
    IBlendTransactionProcessor sender
    BlendTransactionProcessorEventArgs 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.