QuickOPC User's Guide and Reference
UAConnectivityCore Constructor(UAConnectivityCore)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAConnectivityCore Class > UAConnectivityCore Constructor : UAConnectivityCore Constructor(UAConnectivityCore)
The object to be copied from.
Initializes a new instance of the class, copying values from a given object.
Syntax
'Declaration
 
Protected Function New( _
   ByVal uaConnectivity As UAConnectivityCore _
)
'Usage
 
Dim uaConnectivity As UAConnectivityCore
 
Dim instance As New UAConnectivityCore(uaConnectivity)
protected UAConnectivityCore( 
   UAConnectivityCore uaConnectivity
)
protected:
UAConnectivityCore( 
   UAConnectivityCore^ uaConnectivity
)

Parameters

uaConnectivity
The object to be copied from.
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