OPC Studio 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.

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

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.

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

Adaptable parameters of the isolated object that should be selected.

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

Initializes a new instance of the class, specifying the instance parameters, isolation flag, differentiator, and isolated parameters.
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.

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

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.

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

isolatedParameters
Adaptable parameters of the isolated object that should be selected.

The value of this parameter 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