AlarmProviderListener Class

Represents a listener that listens on provided Alarms. This class cannot be inherited.

Inheritance Hierarchy

System.Object
  Listener
    TcHmiSrv.Core.Listeners.AlarmProviderListener
Namespace:  TcHmiSrv.Core.Listeners
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public sealed class AlarmProviderListener : Listener, 
    IExternalCaller<string, ErrorValue>

The AlarmProviderListener type exposes the following members.

Constructors

 

Name

Description

AlarmProviderListener Class 1:

AlarmProviderListener

Initializes a new instance of the AlarmProviderListener class.

Properties

 

Name

Description

AlarmProviderListener Class 2:

Type

Gets the type of the AlarmProviderListener. (Overrides Listener.Type.)

Methods

 

Name

Description

AlarmProviderListener Class 3:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

AlarmProviderListener Class 4:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

AlarmProviderListener Class 5:

GetType

Gets the Type of the current instance. (Inherited from Object.)

AlarmProviderListener Class 6:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Events

 

Name

Description

AlarmProviderListener Class 7:

OnConfirm

Called when an Alarm is confirmed.

AlarmProviderListener Class 8:

OnInitialListEvents

Called when the Events are listed.

Reference

TcHmiSrv.Core.Listeners Namespace