Search Results for

    Show / Hide Table of Contents

    Delegate ISqlExecuterProgressEvent

    Callback reporting the progress of a long-running SQL operation as the number of records processed so far out of the total.

    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public delegate void ISqlExecuterProgressEvent(int current, int total)
    Parameters
    Type Name Description
    int current Callback reporting the progress of a long-running SQL operation as the number of records processed so far out of the total.
    int total Callback reporting the progress of a long-running SQL operation as the number of records processed so far out of the total.

    Constructors

    View Source

    ISqlExecuterProgressEvent(object, nint)

    Declaration
    public ISqlExecuterProgressEvent(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    View Source

    BeginInvoke(int, int, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int current, int total, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    int current
    int total
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(IAsyncResult)

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

    Invoke(int, int)

    Declaration
    public virtual void Invoke(int current, int total)
    Parameters
    Type Name Description
    int current
    int total
    • View Source
    In this article
    Back to top Generated by DocFX