Returns an array of all alarms retrieved, even the alarms that are not available in the Alarms collection because they are filtered

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public List<AlarmData> GetUnfilteredAlarms()
Visual Basic
Public Function GetUnfilteredAlarms As List(Of AlarmData)
JScript
public function GetUnfilteredAlarms() : List<AlarmData>

See Also