OPC Studio User's Guide and Reference
AENotificationPayload Class
Members 



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComplexEventProcessing Namespace : AENotificationPayload Class
A payload for OPC Alarms&Events notifications.
Object Model
AENotificationPayload ClassAEEventDataPayload Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public Class AENotificationPayload 
   Inherits OpcLabs.BaseLib.Object2
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2 
'Usage
 
Dim instance As AENotificationPayload
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public class AENotificationPayload : OpcLabs.BaseLib.Object2, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2  
[ComVisible(false)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class AENotificationPayload : public OpcLabs.BaseLib.Object2, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Object2  
Remarks

There are implicit conversions to this type from:

Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.EasyOpc.AlarmsAndEvents.ComplexEventProcessing.AENotificationPayload

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