PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSPDU.DepoisDaCondicaoHandler

    Evento disparado depois da execução de uma condição.

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void DepoisDaCondicaoHandler(StdBEPDU Processo, StdBEPDUPasso Passo, bool Resultado, string Mensagem);
    Parameters
    Type Name Description
    StdBEPDU Processo

    Identificador do processo.

    StdBEPDUPasso Passo

    Identificador do passo.

    System.Boolean Resultado

    Resulta do processamento da condição.

    System.String Mensagem

    Mensagem.

    Constructors

    DepoisDaCondicaoHandler(Object, IntPtr)

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

    Methods

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

    Declaration
    public virtual IAsyncResult BeginInvoke(StdBEPDU Processo, StdBEPDUPasso Passo, bool Resultado, string Mensagem, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    StdBEPDU Processo
    StdBEPDUPasso Passo
    System.Boolean Resultado
    System.String Mensagem
    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, StdBEPDUPasso, Boolean, String)

    Declaration
    public virtual void Invoke(StdBEPDU Processo, StdBEPDUPasso Passo, bool Resultado, string Mensagem)
    Parameters
    Type Name Description
    StdBEPDU Processo
    StdBEPDUPasso Passo
    System.Boolean Resultado
    System.String Mensagem