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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > EasyAEClient Class > EasyAEClient Constructor : EasyAEClient Constructor(EasyAEClient)
Client object to copy from.
Syntax
'Declaration
 
Public Function New( _
   ByVal client As EasyAEClient _
)
'Usage
 
Dim client As EasyAEClient
 
Dim instance As New EasyAEClient(client)
public EasyAEClient( 
   EasyAEClient client
)
public:
EasyAEClient( 
   EasyAEClient^ client
)

Parameters

client
Client object to copy from.
Requirements

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

See Also