Search Results for

    Show / Hide Table of Contents

    Delegate DatasetProcessorEventHandler

    A delegate for handling events from the IDataSetProcessor

    Namespace: LemonEdge.API.Core.Processors
    Assembly: LemonEdge.API.dll
    Syntax
    public delegate void DatasetProcessorEventHandler(IDataSetProcessor sender, DatasetProcessorEventArgs args)
    Parameters
    Type Name Description
    IDataSetProcessor sender

    The processor the event originates from

    DatasetProcessorEventArgs args

    The associated arguments with the event

    Constructors

    DatasetProcessorEventHandler(object, IntPtr)

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

    Methods

    BeginInvoke(IDataSetProcessor, DatasetProcessorEventArgs, AsyncCallback, object)

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

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