QuickOPC User's Guide and Reference
Add(UAEndpointDescriptorCollection,UAEndpointDescriptorCollection) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAEndpointDescriptorCollection Class > Add Method : Add(UAEndpointDescriptorCollection,UAEndpointDescriptorCollection) Method
First endpoint descriptor collection.
Second endpoint descriptor collection.
Produces the set union of two endpoint descriptor collections.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Overloads Shared Function Add( _
   ByVal first As UAEndpointDescriptorCollection, _
   ByVal second As UAEndpointDescriptorCollection _
) As UAEndpointDescriptorCollection

Parameters

first
First endpoint descriptor collection.
second
Second endpoint descriptor collection.

Return Value

An endpoint descriptor collection that contains elements from both input endpoint descriptor collections, excluding duplicates.
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