Sets the state of alarms using a custom user
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 user,
string comment,
StateOperation operation,
AsyncCallback callback
) |
Visual Basic |
---|
Public Function AlarmSetState ( _
ackList As List(Of AlarmData), _
user As String, _
comment As String, _
operation As StateOperation, _
callback As AsyncCallback _
) As Boolean |
JScript |
---|
public function AlarmSetState(
ackList : List<AlarmData>,
user : String,
comment : String,
operation : StateOperation,
callback : AsyncCallback
) : boolean |
Parameters
- ackList
- Type: System.Collections.Generic..::..List<(Of <(<'AlarmData>)>)>
- user
- Type: System..::..String
- comment
- Type: System..::..String
- operation
- Type: Ico.Awx.Common..::..StateOperation
- callback
- Type: System..::..AsyncCallback
See Also