QuickOPC User's Guide and Reference
SubscriptionResolved Event (IEasyUASubscriber)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > IEasyUASubscriber Interface : SubscriptionResolved Event
Raised when the OPC UA PubSub has resolved the dataset subscription.
Syntax
'Declaration
 
Event SubscriptionResolved As EasyUASubscriptionResolvedEventHandler
'Usage
 
Dim instance As IEasyUASubscriber
Dim handler As EasyUASubscriptionResolvedEventHandler
 
AddHandler instance.SubscriptionResolved, handler
event EasyUASubscriptionResolvedEventHandler SubscriptionResolved
event EasyUASubscriptionResolvedEventHandler^ SubscriptionResolved
Event Data

The event handler receives an argument of type EasyUASubscriptionResolvedEventArgs containing data related to this event. The following EasyUASubscriptionResolvedEventArgs properties provide information specific to this event.

PropertyDescription
Contains information needed to subscribe to a dataset.  
Remarks

The event handlers are allowed to modify the dataset subscription descriptor, and the modified descriptor will be used by the component. The resulting descriptor must not require resolution again.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also