Connectivity Software User's Guide and Reference
EasyUASubscriptionResolvedEventHandler Delegate



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace : EasyUASubscriptionResolvedEventHandler Delegate
The source of the event.
An OpcLabs.EasyOpc.UA.PubSub.OperationModel.EasyUASubscriptionResolvedEventArgs that contains the event data.
Represents the method that handles events raised when the OPC UA PubSub has resolved the dataset subscription descriptor.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Delegate Sub EasyUASubscriptionResolvedEventHandler( _
   ByVal sender As Object, _
   ByVal e As EasyUASubscriptionResolvedEventArgs _
) 
'Usage
 
Dim instance As New EasyUASubscriptionResolvedEventHandler(AddressOf HandlerMethod)
[ComVisible(false)]
public delegate void EasyUASubscriptionResolvedEventHandler( 
   object sender,
   EasyUASubscriptionResolvedEventArgs e
)
[ComVisible(false)]
public delegate void EasyUASubscriptionResolvedEventHandler( 
   Object^ sender,
   EasyUASubscriptionResolvedEventArgs^ e
)

Parameters

sender
The source of the event.
e
An OpcLabs.EasyOpc.UA.PubSub.OperationModel.EasyUASubscriptionResolvedEventArgs that contains the event data.
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