API Help
Eplan.EplApi.Remoting Namespace / IEplanRemoting Interface / ExecuteActionAsynch Method
Action name.
Calling context.

In This Topic
    ExecuteActionAsynch Method
    In This Topic
    Execute an action asynchronously.
    Syntax
    [OperationContract(true)]
    void ExecuteActionAsynch( 
       string strAction,
       CallingContext oContext
    )
    [OperationContract(true)]
    void ExecuteActionAsynch( 
       String^ strAction,
       CallingContext^ oContext
    ) 

    Parameters

    strAction
    Action name.
    oContext
    Calling context.
    See Also