Acknowledges the 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 Acknowledge(
List<AlarmData> ackList,
string user,
string comment,
AsyncCallback callback
) |
Visual Basic |
---|
Public Function Acknowledge ( _
ackList As List(Of AlarmData), _
user As String, _
comment As String, _
callback As AsyncCallback _
) As Boolean |
JScript |
---|
public function Acknowledge(
ackList : List<AlarmData>,
user : String,
comment : String,
callback : AsyncCallback
) : boolean |
Parameters
- ackList
- Type: System.Collections.Generic..::..List<(Of <(<'AlarmData>)>)>
- user
- Type: System..::..String
- comment
- Type: System..::..String
- callback
- Type: System..::..AsyncCallback
See Also