OPC Studio User's Guide and Reference
EasyUAAlarmsAndConditionsClient Constructor(IEasyUAClient)



OpcLabs.EasyOpcUAComponents Assembly > OpcLabs.EasyOpc.UA.AlarmsAndConditions Namespace > EasyUAAlarmsAndConditionsClient Class > EasyUAAlarmsAndConditionsClient Constructor : EasyUAAlarmsAndConditionsClient Constructor(IEasyUAClient)
The OPC UA client object to derive this alarms and conditions client from.

This is typically the OpcLabs.EasyOpc.UA.EasyUAClient object.

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

Initializes a new instance of the class, specifying the original OpcLabs.EasyOpc.UA.IEasyUAClient.
Syntax
'Declaration
 
Public Function New( _
   ByVal originalClient As IEasyUAClient _
)
'Usage
 
Dim originalClient As IEasyUAClient
 
Dim instance As New EasyUAAlarmsAndConditionsClient(originalClient)
public EasyUAAlarmsAndConditionsClient( 
   IEasyUAClient originalClient
)
public:
EasyUAAlarmsAndConditionsClient( 
   IEasyUAClient^ originalClient
)

Parameters

originalClient
The OPC UA client object to derive this alarms and conditions client from.

This is typically the OpcLabs.EasyOpc.UA.EasyUAClient object.

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