Show / Hide Table of Contents

Interface IAlarmsAutomationServices

Namespace: MAT.Atlas.Automation.Api
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IAlarmsAutomationServices : IAutomationServices

Methods

GetAlarm(ObjectId)

Declaration
Alarm GetAlarm(ObjectId objectId)
Parameters
Type Name Description
ObjectId objectId
Returns
Type Description
Alarm

GetAlarms()

Declaration
Alarm[] GetAlarms()
Returns
Type Description
Alarm[]

GetTriggeredAlarms()

Declaration
TriggeredAlarm[] GetTriggeredAlarms()
Returns
Type Description
TriggeredAlarm[]

Events

AlarmTriggered

Declaration
event EventHandler<IAlarmTriggeredEventArgs> AlarmTriggered
Event Type
Type Description
System.EventHandler<IAlarmTriggeredEventArgs>
In This Article
Back to top Generated by DocFX