OPC Studio User's Guide and Reference
EasyUAClientSelector Constructor(EasyUAClientInstanceParameters,Boolean,String,EasyUAClientAdaptableParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAClientSelector Class > EasyUAClientSelector Constructor : EasyUAClientSelector Constructor(EasyUAClientInstanceParameters,Boolean,String,EasyUAClientAdaptableParameters)
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 its individual properties.
Syntax
'Declaration
 
Public Function New( _
   ByVal instanceParameters As EasyUAClientInstanceParameters, _
   ByVal isolated As Boolean, _
   ByVal differentiator As String, _
   ByVal isolatedParameters As EasyUAClientAdaptableParameters _
)
'Usage
 
Dim instanceParameters As EasyUAClientInstanceParameters
Dim isolated As Boolean
Dim differentiator As String
Dim isolatedParameters As EasyUAClientAdaptableParameters
 
Dim instance As New EasyUAClientSelector(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