PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate AdmBSBasesDados.PerguntaHandler

    Namespace: AdmBS100
    Assembly: AdmBS100.dll
    Syntax
    public delegate void PerguntaHandler(string strMensagem, ref bool blnContinua);
    Parameters
    Type Name Description
    System.String strMensagem
    System.Boolean blnContinua

    Constructors

    PerguntaHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(String, ref Boolean, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string strMensagem, ref bool blnContinua, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String strMensagem
    System.Boolean blnContinua
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(ref Boolean, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref bool blnContinua, IAsyncResult result)
    Parameters
    Type Name Description
    System.Boolean blnContinua
    System.IAsyncResult result

    Invoke(String, ref Boolean)

    Declaration
    public virtual void Invoke(string strMensagem, ref bool blnContinua)
    Parameters
    Type Name Description
    System.String strMensagem
    System.Boolean blnContinua