QuickOPC User's Guide and Reference
Publisher Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubResolverDescriptor Class : Publisher Method
Endpoint descriptor of an OPC UA server that contains the publisher information.
Creates a descriptor for resolving by the provider information in the specified OPC UA server.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function Publisher( _
   ByVal publisherEndpointDescriptor As UAEndpointDescriptor _
) As UAPubSubResolverDescriptor
'Usage
 
Dim publisherEndpointDescriptor As UAEndpointDescriptor
Dim value As UAPubSubResolverDescriptor
 
value = UAPubSubResolverDescriptor.Publisher(publisherEndpointDescriptor)

Parameters

publisherEndpointDescriptor
Endpoint descriptor of an OPC UA server that contains the publisher information.

Return Value

Returns a PubSub resolver descriptor for resolving by the provider information by OPC UA server specified by publisherEndpointDescriptor.
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