PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSPDU.DepoisDoProcessoHandler

    Evento disparado depois da execução de um processo.

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void DepoisDoProcessoHandler(StdBEPDU Processo, string Sucesso, string Mensagen);
    Parameters
    Type Name Description
    StdBEPDU Processo

    Identificador do processo.

    System.String Sucesso

    Indica se o processo foi concluído com sucesso.

    System.String Mensagen

    Mensagem.

    Constructors

    DepoisDoProcessoHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(StdBEPDU, String, String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(StdBEPDU Processo, string Sucesso, string Mensagen, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    StdBEPDU Processo
    System.String Sucesso
    System.String Mensagen
    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(StdBEPDU, String, String)

    Declaration
    public virtual void Invoke(StdBEPDU Processo, string Sucesso, string Mensagen)
    Parameters
    Type Name Description
    StdBEPDU Processo
    System.String Sucesso
    System.String Mensagen