Event Constructor (Context, String)
Initializes a new instance of the Event class with the specified Context and name.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public Event(
Context context,
string name
)
Parameters
context |
Type: TcHmiSrv.Core.Context |
name |
Type: System.String |