OpcSubscriptionEventArgs Class

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

Provides the event data for the SubscriptionCreated and SubscriptionDeleted event.

C#

public class OpcSubscriptionEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcSubscriptionEventArgs

Name Description
OpcSubscriptionEventArgs(OpcSubscription) Initializes a new instance of the OpcSubscriptionEventArgs using the subscription specified.
Name Description
Subscription Gets the OpcSubscription instances affected by the event.