PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBEInterpretador.GetValueHandler

    Namespace: StdBE100
    Assembly: StdBE100.dll
    Syntax
    public delegate void GetValueHandler(string Token, object[] Params, ref object Result, ref StdBETipos.tResult TipoResultado);
    Parameters
    Type Name Description
    System.String Token
    System.Object[] Params
    System.Object Result
    StdBETipos.tResult TipoResultado

    Constructors

    GetValueHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(String, Object[], ref Object, ref StdBETipos.tResult, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string Token, object[] Params, ref object Result, ref StdBETipos.tResult TipoResultado, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String Token
    System.Object[] Params
    System.Object Result
    StdBETipos.tResult TipoResultado
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(ref Object, ref StdBETipos.tResult, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref object Result, ref StdBETipos.tResult TipoResultado, IAsyncResult result)
    Parameters
    Type Name Description
    System.Object Result
    StdBETipos.tResult TipoResultado
    System.IAsyncResult result

    Invoke(String, Object[], ref Object, ref StdBETipos.tResult)

    Declaration
    public virtual void Invoke(string Token, object[] Params, ref object Result, ref StdBETipos.tResult TipoResultado)
    Parameters
    Type Name Description
    System.String Token
    System.Object[] Params
    System.Object Result
    StdBETipos.tResult TipoResultado