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. |
command |
Type: TcHmiSrv.Core.Command |
Return Value
Type: ErrorValue
HMI_SUCCESS
if executing the command succeeded;
otherwise, any ErrorValue that best
describes which error has occurred.