Sets the state of alarms using the system security

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

Syntax

C#
public bool AlarmSetState(
	List<AlarmData> ackList,
	string comment,
	StateOperation operation,
	AsyncCallback callback
)
Visual Basic
Public Function AlarmSetState ( _
	ackList As List(Of AlarmData), _
	comment As String, _
	operation As StateOperation, _
	callback As AsyncCallback _
) As Boolean
JScript
public function AlarmSetState(
	ackList : List<AlarmData>, 
	comment : String, 
	operation : StateOperation, 
	callback : AsyncCallback
) : boolean

Parameters

ackList
Type: System.Collections.Generic..::..List<(Of <(<'AlarmData>)>)>
comment
Type: System..::..String
operation
Type: Ico.Awx.Common..::..StateOperation
callback
Type: System..::..AsyncCallback

See Also