Used to retrieve all the alarms of the
AwxView, or a subset of alarms based on multiple criteria. It's possible to get
alarms selected by the user, the alarms with highest priority, or custom filtered alarms, or a combination of them.
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
Parameters
- type
- Type: Ico.Awx.Common..::..AlarmType
The type of item
- selectedRowsOnly
- Type: System..::..Boolean
Specifies if only user selected alarms should be retrieved
- state
- Type: Ico.Awx.Common..::..AlarmState
Specifies which kind of acknowledge should be searched
- shouldGetHighestPriority
- Type: System..::..Boolean
Specifies if only the alarms with the highest priority should be retrieved
- filter
- Type: Ico.Awx.Common..::..AwxFilter
Specifies a filter to be applied on the alarms of the AwxView. If the filter is null or empty all the alarms will
be retrieved.
Return Value
The list of rows requested
See Also