OpcSubscriptionEventHandler Delegate

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

Represents the method that will handle SubscriptionCreated and SubscriptionDeleted events.

C#

public delegate void OpcSubscriptionEventHandler(object sender, OpcSubscriptionEventArgs e);


Parameters

sender Object

The source of the event (typically an instance of the OpcServer class).

e OpcSubscriptionEventArgs

An instance of the OpcSubscriptionEventArgs class containing the event data.