Message Constructor (Context, Severity, String)
Initializes a new instance of the Message class with the specified Context, Severity and name.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public Message(
Context ctx,
Severity severity,
string name
)Parameters
|
ctx |
Type: TcHmiSrv.Context |
|
severity |
Type: TcHmiSrv.Severity |
|
name |
Type: System.String |