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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > EasyUASubscriberSelector Class > EasyUASubscriberSelector Constructor : EasyUASubscriberSelector Constructor(EasyUASubscriberInstanceParameters,Boolean,String,EasyUASubscriberAdaptableParameters)
Instance parameters of the object that should be selected.
Determines whether the object selected should operate isolated from other objects.
An arbitrary string that differentiates the selected object from others with the same parameters.
Adaptable parameters of the isolated object that should be selected.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal instanceParameters As EasyUASubscriberInstanceParameters, _
   ByVal isolated As Boolean, _
   ByVal differentiator As String, _
   ByVal isolatedParameters As EasyUASubscriberAdaptableParameters _
)
'Usage
 
Dim instanceParameters As EasyUASubscriberInstanceParameters
Dim isolated As Boolean
Dim differentiator As String
Dim isolatedParameters As EasyUASubscriberAdaptableParameters
 
Dim instance As New EasyUASubscriberSelector(instanceParameters, isolated, differentiator, isolatedParameters)

Parameters

instanceParameters
Instance parameters of the object that should be selected.
isolated
Determines whether the object selected should operate isolated from other objects.
differentiator
An arbitrary string that differentiates the selected object from others with the same parameters.
isolatedParameters
Adaptable parameters of the isolated object that should be selected.
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