Connectivity Software User's Guide and Reference
IEasyUAAlarmsAndConditionsClient Interface
Members 



OpcLabs.EasyOpcUACore Assembly > OpcLabs.EasyOpc.UA.AlarmsAndConditions Namespace : IEasyUAAlarmsAndConditionsClient Interface
Provides access to information model for OPC UA Alarms and Conditions.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<ExceptionContractAnnotationAttribute(True)>
Public Interface IEasyUAAlarmsAndConditionsClient 
   Inherits OpcLabs.EasyOpc.UA.IEasyUASpecializedClient, System.IDisposable, System.IServiceProvider 
'Usage
 
Dim instance As IEasyUAAlarmsAndConditionsClient
[ComVisible(false)]
[ExceptionContractAnnotation(true)]
public interface IEasyUAAlarmsAndConditionsClient : OpcLabs.EasyOpc.UA.IEasyUASpecializedClient, System.IDisposable, System.IServiceProvider  
[ComVisible(false)]
[ExceptionContractAnnotation(true)]
public interface class IEasyUAAlarmsAndConditionsClient : public OpcLabs.EasyOpc.UA.IEasyUASpecializedClient, System.IDisposable, System.IServiceProvider  
Remarks

You can obtain this interface e.g.:

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