OPC Labs EasyOPC-UA Library
Acknowledge Method
OpcLabs_EasyOpcUA ActiveX DLL > EasyUAAlarmsAndConditionsClient Object : Acknowledge Method

Description
The Acknowledge Method is used to acknowledge an Event Notification for a Condition instance state where AckedState is FALSE.

 

DISPID (Dispatch ID):

 

For more information, see Acknowledge in .NET Reference.

Syntax
Visual Basic
Public Sub Acknowledge( _
   ByVal endpointDescriptor As Variant, _
   ByVal objectOrConditionNodeDescriptor As Variant, _
   ByVal eventId As Variant, _
   ByVal comment As String _
) 
Parameters
endpointDescriptor

objectOrConditionNodeDescriptor

eventId

comment

Return Type

See Acknowledge in .NET Reference.

Remarks

For remarks, see Acknowledge in .NET Reference.

Example

For examples, see Acknowledge in .NET Reference.

See Also

EasyUAAlarmsAndConditionsClient Object  | EasyUAAlarmsAndConditionsClient Members