QuickOPC User's Guide and Reference
EasyUASubscriberSelector Constructor(String,Boolean)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > EasyUASubscriberSelector Class > EasyUASubscriberSelector Constructor : EasyUASubscriberSelector Constructor(String,Boolean)
An arbitrary string that differentiates the selected Subscriber from others with the same parameters.
Determines whether the Subscriber component selected should operate isolated from other Subscriber components.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal differentiator As String, _
   ByVal isolated As Boolean _
)
'Usage
 
Dim differentiator As String
Dim isolated As Boolean
 
Dim instance As New EasyUASubscriberSelector(differentiator, isolated)
public EasyUASubscriberSelector( 
   string differentiator,
   bool isolated
)
public:
EasyUASubscriberSelector( 
   String^ differentiator,
   bool isolated
)

Parameters

differentiator
An arbitrary string that differentiates the selected Subscriber from others with the same parameters.
isolated
Determines whether the Subscriber component selected should operate isolated from other Subscriber components.
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