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> GetRowsToAlarmStateOperation(
AckType ackType,
AlarmType type,
bool visibleOnly,
int minSeverity,
int maxSeverity,
string comment,
string key,
string value,
StateOperation operation
) |
Visual Basic |
---|
Public Function GetRowsToAlarmStateOperation ( _
ackType As AckType, _
type As AlarmType, _
visibleOnly As Boolean, _
minSeverity As Integer, _
maxSeverity As Integer, _
comment As String, _
key As String, _
value As String, _
operation As StateOperation _
) As List(Of AlarmData) |
JScript |
---|
public function GetRowsToAlarmStateOperation(
ackType : AckType,
type : AlarmType,
visibleOnly : boolean,
minSeverity : int,
maxSeverity : int,
comment : String,
key : String,
value : String,
operation : StateOperation
) : List<AlarmData> |
See Also