Ack alarms using various filters

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

Syntax

C#
public StatusCode AcknowledgeByFilter(
	AckType ackType,
	AlarmType type,
	bool visibleOnly,
	int minSeverity,
	int maxSeverity,
	string comment,
	string key,
	string value
)
Visual Basic
Public Function AcknowledgeByFilter ( _
	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 StatusCode
JScript
public function AcknowledgeByFilter(
	ackType : AckType, 
	type : AlarmType, 
	visibleOnly : boolean, 
	minSeverity : int, 
	maxSeverity : int, 
	comment : String, 
	key : String, 
	value : String
) : StatusCode

Parameters

ackType
Type: Ico.Awx..::..AckType
The type of ack
type
Type: Ico.Awx.Common..::..AlarmType
The kind of objects to ack
visibleOnly
Type: System..::..Boolean
Specifies if only visible object should be ack
minSeverity
Type: System..::..Int32
Minimum severity for ack
maxSeverity
Type: System..::..Int32
Maximum severity for ack
comment
Type: System..::..String
Ack Comment
key
Type: System..::..String
Key of the column used for Comparison Ack
value
Type: System..::..String
Value of the column used for comparison Ack

See Also