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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAEndpointDescriptorCollection Class > UAEndpointDescriptorCollection Constructor : UAEndpointDescriptorCollection Constructor(UAEndpointDescriptorCollection)
The endpoint descriptor collection to be copied from.
Initializes a new instance of the class as a copy of another endpoint descriptor collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal endpointDescriptorCollection As UAEndpointDescriptorCollection _
)
'Usage
 
Dim endpointDescriptorCollection As UAEndpointDescriptorCollection
 
Dim instance As New UAEndpointDescriptorCollection(endpointDescriptorCollection)
public UAEndpointDescriptorCollection( 
   UAEndpointDescriptorCollection endpointDescriptorCollection
)
public:
UAEndpointDescriptorCollection( 
   UAEndpointDescriptorCollection^ endpointDescriptorCollection
)

Parameters

endpointDescriptorCollection
The endpoint descriptor collection 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