PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSPDU.AntesDoProcessoHandler

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

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void AntesDoProcessoHandler(StdBEPDU Processo, bool Continuar);
    Parameters
    Type Name Description
    StdBEPDU Processo

    Identificador do processo.

    System.Boolean Continuar

    Indica se a execução deve continuar ou não.

    Constructors

    AntesDoProcessoHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(StdBEPDU, Boolean, AsyncCallback, Object)

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

    Declaration
    public virtual void Invoke(StdBEPDU Processo, bool Continuar)
    Parameters
    Type Name Description
    StdBEPDU Processo
    System.Boolean Continuar