Alarm Constructor (Context, String)

Initializes a new instance of the Alarm 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 Alarm(
    Context context,
    string name
)

Parameters

context

Type: TcHmiSrv.Core.Context
The Context of the Alarm.

name

Type: System.String
The name of the Alarm.

Reference

Alarm Class

Alarm Overload

TcHmiSrv.Core Namespace