OpcAcknowledgeableConditionExtension Class

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll

Provides static (Shared in Visual Basic) extension methods to manage OpcAcknowledgeableCondition objects.

C#

public static class OpcAcknowledgeableConditionExtension


Inheritance Object › OpcAcknowledgeableConditionExtension

Name Description
Acknowledge(OpcAcknowledgeableCondition, OpcClient, Byte, OpcText) Acknowledges an event notification which can be identified by the eventId on the condition specified there the IsAcked is equals to its false state using the further specified client.
Acknowledge(OpcAcknowledgeableCondition, OpcClient, OpcText) Acknowledges an event notification which can be identified by the EventId of the condition specified there the IsAcked is equals to its false state using the further specified client.
Confirm(OpcAcknowledgeableCondition, OpcClient, Byte, OpcText) Confirms an event notification which can be identified by the eventId on the condition specified there the IsConfirmed is equals to its false state using the further specified client.
Confirm(OpcAcknowledgeableCondition, OpcClient, OpcText) Confirms an event notification which can be identified by the EventId of the condition specified there the IsConfirmed is equals to its false state using the further specified client.