Search Results for

    Show / Hide Table of Contents

    Delegate ProgressForm.SetProgressCallback

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public delegate void ProgressForm.SetProgressCallback(ProgressForm.ITaskProgressShow taskProgressObject)
    Parameters
    Type Name Description
    ProgressForm.ITaskProgressShow taskProgressObject

    Constructors

    SetProgressCallback(object, nint)

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

    Methods

    BeginInvoke(ITaskProgressShow, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ProgressForm.ITaskProgressShow taskProgressObject, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    ProgressForm.ITaskProgressShow taskProgressObject
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(ITaskProgressShow)

    Declaration
    public virtual void Invoke(ProgressForm.ITaskProgressShow taskProgressObject)
    Parameters
    Type Name Description
    ProgressForm.ITaskProgressShow taskProgressObject
    In this article
    Back to top Generated by DocFX