Connectivity Software User's Guide and Reference
Merge Method (UACertificatesChangedEventArgs)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACertificatesChangedEventArgs Class : Merge Method
The other event arguments whose changes should be merged into this instance.

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

Merges the changes from another event arguments instance into this instance.
Syntax
'Declaration
 
Public Sub Merge( _
   ByVal other As UACertificatesChangedEventArgs _
) 
'Usage
 
Dim instance As UACertificatesChangedEventArgs
Dim other As UACertificatesChangedEventArgs
 
instance.Merge(other)
public void Merge( 
   UACertificatesChangedEventArgs other
)
public:
void Merge( 
   UACertificatesChangedEventArgs^ other
) 

Parameters

other
The other event arguments whose changes should be merged into this instance.

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