OPC Studio User's Guide and Reference
EasyAESharedParameters Constructor(EasyAEEngineParameters,EasyMachineParameters,EasyAEClientParameters,EasyAELinkParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine Namespace > EasyAESharedParameters Class > EasyAESharedParameters Constructor : EasyAESharedParameters Constructor(EasyAEEngineParameters,EasyMachineParameters,EasyAEClientParameters,EasyAELinkParameters)
Engine parameters to be used.

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

Machine parameters to be used.

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

Client parameters to be used.

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

Topic parameters to be used.

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

Initializes a new instance of the class, specifying the engine, machine, client and link parameters.
Syntax
'Usage
 
Dim engineParameters As EasyAEEngineParameters
Dim machineParameters As EasyMachineParameters
Dim clientParameters As EasyAEClientParameters
Dim linkParameters As EasyAELinkParameters
 
Dim instance As New EasyAESharedParameters(engineParameters, machineParameters, clientParameters, linkParameters)

Parameters

engineParameters
Engine parameters to be used.

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

machineParameters
Machine parameters to be used.

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

clientParameters
Client parameters to be used.

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

linkParameters
Topic parameters to be used.

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