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 AcknowledgeByID(
byte[] eventId,
string comment
) |
| Visual Basic |
|---|
Public Function AcknowledgeByID ( _
eventId As Byte(), _
comment As String _
) As StatusCode |
| JScript |
|---|
public function AcknowledgeByID(
eventId : byte[],
comment : String
) : StatusCode |
Parameters
- eventId
- Type: array<System..::..Byte>[]()[][]
- comment
- Type: System..::..String
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