QuickOPC User's Guide and Reference
MemberwiseClone Method (EasyAEEventsSubscriptionArguments)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > EasyAEEventsSubscriptionArguments Class : MemberwiseClone Method
Creates a new object that is a memberwise copy of the current instance.
Syntax
'Declaration
 
Public Shadows Function MemberwiseClone() As EasyAEEventsSubscriptionArguments
'Usage
 
Dim instance As EasyAEEventsSubscriptionArguments
Dim value As EasyAEEventsSubscriptionArguments
 
value = instance.MemberwiseClone()
public new EasyAEEventsSubscriptionArguments MemberwiseClone()
public:
new EasyAEEventsSubscriptionArguments^ MemberwiseClone(); 

Return Value

A new object that is a memberwise copy of this instance.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

EasyAEEventsSubscriptionArguments Class
EasyAEEventsSubscriptionArguments Members