Connectivity Software User's Guide and Reference
DefaultIsolated Field (EasyUASubscriberSelector)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > EasyUASubscriberSelector Class : DefaultIsolated Field
The default value of the isolation flag.

This is a constant, and its value is False.

Syntax
'Declaration
 
Public Const DefaultIsolated As Boolean
'Usage
 
Dim value As Boolean
 
value = EasyUASubscriberSelector.DefaultIsolated
public const bool DefaultIsolated
public:
const bool DefaultIsolated
Remarks

This is the default value used to determine whether the selected subscriber should operate isolated from other subscribers. The default is false, meaning that by default, subscribers are not isolated and can share resources with other subscribers.

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