TcHmiSrvEventListener.OnReceiveEventArgs Constructor

Initializes a new instance of the TcHmiSrvEventListener.OnReceiveEventArgs class.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public OnReceiveEventArgs(
    Context context,
    String extensionSessionId,
    Value events
)

Parameters

context

Type: TcHmiSrv.Context
The Context of the event.

extensionSessionId

Type: TcHmiSrv.String
Unique identifier of an extension that changes when the extension is reloaded.

events

Type: TcHmiSrv.Value
The Value that contains the listed Events.

Reference

TcHmiSrvEventListener.OnReceiveEventArgs Class

TcHmiSrv Namespace