Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / IEplanRemoteClient Interface / ExecuteAction Method / ExecuteAction(String,CallingContext) Method
Action name or action name and all used parameters and values. Parameters and values could be set in calling Context.
Calling context.

In This Topic
ExecuteAction(String,CallingContext) Method
In This Topic
Execute an action.
Syntax

Parameters

strAction
Action name or action name and all used parameters and values. Parameters and values could be set in calling Context.
context
Calling context.

Return Value

Returns true if Action is called successfully. Otherwise returns false.
Remarks
If the action did not succeed, an error message is reported in the calling context. In which mode this call is executed, synchronously or asynchronously, depends on the SynchronousMode property. Per default all calls are executed asynchronously (except Connect). You can change this behavior by setting the SynchronousMode property to true in order to make synchronous calls. If the call is asynchronous, EPLAN application sends a completed-execution acknowledgment response when the call is completely executed. The property AsyncCallCompleted in EplanResponse is set to true.
See Also