PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSBot.NotificacaoAccaoHandler

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void NotificacaoAccaoHandler(string strOperacao, string strContexto);
    Parameters
    Type Name Description
    System.String strOperacao
    System.String strContexto

    Constructors

    NotificacaoAccaoHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(String, String, AsyncCallback, Object)

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

    Declaration
    public virtual void Invoke(string strOperacao, string strContexto)
    Parameters
    Type Name Description
    System.String strOperacao
    System.String strContexto