Search Results for

    Show / Hide Table of Contents

    Delegate ISqlExecuterProgressEvent

    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public delegate void ISqlExecuterProgressEvent(int current, int total)
    Parameters
    Type Name Description
    int current
    int total

    Constructors

    ISqlExecuterProgressEvent(object, nint)

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

    Methods

    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

    EndInvoke(IAsyncResult)

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

    Invoke(int, int)

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