QuickOPC User's Guide and Reference
UAPubSubResolverDescriptor Constructor(UAPubSubResolverKind,UAEndpointDescriptor,ResourceDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubResolverDescriptor Class > UAPubSubResolverDescriptor Constructor : UAPubSubResolverDescriptor Constructor(UAPubSubResolverKind,UAEndpointDescriptor,ResourceDescriptor)
The kind of PubSub resolution to be used.
Endpoint descriptor of an OPC UA server that contains the publisher information.
Resource descriptor specifying the location of the PubSub configuration file.
Initializes a new instance of the class.
Syntax
'Usage
 
Dim resolverKind As UAPubSubResolverKind
Dim publisherEndpointDescriptor As UAEndpointDescriptor
Dim publisherFileResourceDescriptor As ResourceDescriptor
 
Dim instance As New UAPubSubResolverDescriptor(resolverKind, publisherEndpointDescriptor, publisherFileResourceDescriptor)

Parameters

resolverKind
The kind of PubSub resolution to be used.
publisherEndpointDescriptor
Endpoint descriptor of an OPC UA server that contains the publisher information.
publisherFileResourceDescriptor
Resource descriptor specifying the location of the PubSub configuration file.
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