OpcNotificationReceivedEventArgs Members

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcNotificationReceivedEventArgs type exposes the following members.

OpcNotificationReceivedEventArgs(OpcSubscription, OpcNotification)

C#

public OpcNotificationReceivedEventArgs(OpcSubscription subscription, OpcNotification notification)


Parameters

subscription OpcSubscription


notification OpcNotification



Exceptions

ArgumentNullException


Notification

C#

public OpcNotification Notification { get; }


Property Value

OpcNotification

Subscription

C#

public OpcSubscription Subscription { get; }


Property Value

OpcSubscription