PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSPDU.ErroNaCondicaoHandler

    Evento disparado quando ocorrer um erro no processamento de uma condição.

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

    Identificador do processo.

    StdBEPDUPasso Passo

    Identificador do passo.

    System.String Mensagen

    Mensagem de erro.

    Constructors

    ErroNaCondicaoHandler(Object, IntPtr)

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

    Methods

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

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

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