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
The ITcHmiSrvExtHost that is used to initialize the server extension.

context

Type: TcHmiSrv.Context
The Context that is used to initialize the server extension.

Return Value

Type: ErrorValue
HMI_SUCCESS if initializing the server extension succeeded; or another ErrorValue that describes which error has occurred.

Reference

IExtension Interface

TcHmiSrv.Management Namespace