Connectivity Software User's Guide and Reference
DeliveryPathSelectionPolicy Property



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub.Engine Namespace > UAPublisherConfigurationResolutionParameters Class : DeliveryPathSelectionPolicy Property
Contains the policy for selecting PubSub delivery paths during publisher configuration resolution.
Syntax
'Declaration
 
<JetBrains.Annotations.NotNullAttribute()>
Public ReadOnly Property DeliveryPathSelectionPolicy As UAPubSubDeliveryPathSelectionPolicy
'Usage
 
Dim instance As UAPublisherConfigurationResolutionParameters
Dim value As UAPubSubDeliveryPathSelectionPolicy
 
value = instance.DeliveryPathSelectionPolicy
[JetBrains.Annotations.NotNull()]
public UAPubSubDeliveryPathSelectionPolicy DeliveryPathSelectionPolicy {get;}
[JetBrains.Annotations.NotNull()]
public:
property UAPubSubDeliveryPathSelectionPolicy^ DeliveryPathSelectionPolicy {
   UAPubSubDeliveryPathSelectionPolicy^ get();
}

Property Value

A policy object that determines how delivery paths are selected when resolving the publisher configuration. Currently, returns a default instance and cannot be changed.

The value of this property cannot be null (Nothing in Visual Basic).

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