Directly acknowledge an object using its ID
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public StatusCode AlarmStateOperationByID(
byte[] eventId,
string comment,
StateOperation operation
) |
| Visual Basic |
|---|
Public Function AlarmStateOperationByID ( _
eventId As Byte(), _
comment As String, _
operation As StateOperation _
) As StatusCode |
| JScript |
|---|
public function AlarmStateOperationByID(
eventId : byte[],
comment : String,
operation : StateOperation
) : StatusCode |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException | Some fields required by the Acknowledgment are not defined |
| System..::..InvalidOperationException | Acknoledgment for Historical alarms is not available |
| System..::..InvalidOperationException | Subscription is not defined in SubscriptionsRepository |
| System..::..InvalidOperationException | Comment is required |
See Also