PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate AdmBSBasesDados.ProgressoParcialMensagemHandler

    Namespace: AdmBS100
    Assembly: AdmBS100.dll
    Syntax
    public delegate void ProgressoParcialMensagemHandler(int intPercentagem, string strMensagem);
    Parameters
    Type Name Description
    System.Int32 intPercentagem
    System.String strMensagem

    Constructors

    ProgressoParcialMensagemHandler(Object, IntPtr)

    Declaration
    public ProgressoParcialMensagemHandler(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 intPercentagem, string strMensagem, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Int32 intPercentagem
    System.String strMensagem
    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 intPercentagem, string strMensagem)
    Parameters
    Type Name Description
    System.Int32 intPercentagem
    System.String strMensagem