OPC Studio User's Guide and Reference
EasyUAGlobalDiscoveryClient Constructor(EasyUAGlobalDiscoveryClient)



View with Navigation Tools
OpcLabs.EasyOpcUAComponents Assembly > OpcLabs.EasyOpc.UA.Gds Namespace > EasyUAGlobalDiscoveryClient Class > EasyUAGlobalDiscoveryClient Constructor : EasyUAGlobalDiscoveryClient Constructor(EasyUAGlobalDiscoveryClient)
The global discovery client to be copied from.

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

Initializes a new instance as a copy of an existing client object.
Syntax
'Declaration
 
Public Function New( _
   ByVal globalDiscoveryClient As EasyUAGlobalDiscoveryClient _
)
 
'Usage
 
Dim globalDiscoveryClient As EasyUAGlobalDiscoveryClient
 
Dim instance As New EasyUAGlobalDiscoveryClient(globalDiscoveryClient)

Parameters

globalDiscoveryClient
The global discovery client to be copied from.

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