IExtension.Init Method
Initializes the server extension.
Namespace: TcHmiSrv.Management
Assembly: TcHmiSrvExtNet.Management (in
TcHmiSrvExtNet.Management.dll) Version: 2.0.0.0
Syntax
C#
ErrorValue Init(
ITcHmiSrvExtHost host,
Context context
)
Parameters
host |
Type: TcHmiSrv.ITcHmiSrvExtHost |
context |
Type: TcHmiSrv.Context |
Return Value
Type: ErrorValue
HMI_SUCCESS
if initializing the server extension succeeded; or another ErrorValue that
describes which error has occurred.