PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate AdmBSPlanosCopiasSeg.ProgressoOperacaoHandler

    Namespace: AdmBS100
    Assembly: AdmBS100.dll
    Syntax
    public delegate void ProgressoOperacaoHandler(int intProgresso, string strEmpresa);
    Parameters
    Type Name Description
    System.Int32 intProgresso
    System.String strEmpresa

    Constructors

    ProgressoOperacaoHandler(Object, IntPtr)

    Declaration
    public ProgressoOperacaoHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Int32, String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int intProgresso, string strEmpresa, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Int32 intProgresso
    System.String strEmpresa
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Int32, String)

    Declaration
    public virtual void Invoke(int intProgresso, string strEmpresa)
    Parameters
    Type Name Description
    System.Int32 intProgresso
    System.String strEmpresa