Returns the list of rows that can be acked
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public List<AlarmData> GetRowsToAck(
AckType ackType,
AlarmType type,
bool visibleOnly,
int minSeverity,
int maxSeverity,
string comment,
string key,
string value
) |
Visual Basic |
---|
Public Function GetRowsToAck ( _
ackType As AckType, _
type As AlarmType, _
visibleOnly As Boolean, _
minSeverity As Integer, _
maxSeverity As Integer, _
comment As String, _
key As String, _
value As String _
) As List(Of AlarmData) |
JScript |
---|
public function GetRowsToAck(
ackType : AckType,
type : AlarmType,
visibleOnly : boolean,
minSeverity : int,
maxSeverity : int,
comment : String,
key : String,
value : String
) : List<AlarmData> |
Parameters
- ackType
- Type: Ico.Awx..::..AckType
- type
- Type: Ico.Awx.Common..::..AlarmType
- visibleOnly
- Type: System..::..Boolean
- minSeverity
- Type: System..::..Int32
- maxSeverity
- Type: System..::..Int32
- comment
- Type: System..::..String
- key
- Type: System..::..String
- value
- Type: System..::..String
See Also