Sets the state of alarms using the system security
Namespace: Ico.AwxAssembly: 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 |
See Also