ITcHmiSrvExtHost.Execute Method (Context., Command)

Executes a single Command in the domain of the specified Context.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

ErrorValue Execute(
    ref Context context,
    Command command
)

Parameters

context

Type: TcHmiSrv.Core.Context.
The Context under which the command should be executed.

command

Type: TcHmiSrv.Core.Command
The Command to execute.

Return Value

Type: ErrorValue
HMI_SUCCESS if executing the command succeeded; otherwise, any ErrorValue that best describes which error has occurred.

Reference

ITcHmiSrvExtHost Interface

Execute Overload

TcHmiSrv.Core Namespace