Connectivity Software User's Guide and Reference
EasySparkplugNotificationEventArgs Class
Members 



OpcLabs.EasySparkplug Assembly > OpcLabs.EasySparkplug.OperationModel Namespace : EasySparkplugNotificationEventArgs Class
Base class that provides common arguments for Sparkplug event notifications.
Object Model
EasySparkplugNotificationEventArgs ClassExceptionCollection ClassNormalizedExceptionCollection ClassNormalizedException ClassNormalizedException ClassSparkplugSystemDescriptor Class
Syntax
'Declaration
 
<ExceptionContractAnnotationAttribute(True)>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public MustInherit Class EasySparkplugNotificationEventArgs 
   Inherits OpcLabs.BaseLib.OperationModel.OperationEventArgs
   Implements OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As EasySparkplugNotificationEventArgs
[ExceptionContractAnnotation(true)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public abstract class EasySparkplugNotificationEventArgs : OpcLabs.BaseLib.OperationModel.OperationEventArgs, OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[ExceptionContractAnnotation(true)]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class EasySparkplugNotificationEventArgs abstract : public OpcLabs.BaseLib.OperationModel.OperationEventArgs, OpcLabs.BaseLib.OperationModel.ComTypes._OperationEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Remarks

 

Sparkplug is a trademark of Eclipse Foundation, Inc. "MQTT" is a trademark of the OASIS Open standards consortium. Other related terms are trademarks of their respective owners. Any use of these terms on this site is for descriptive purposes only and does not imply any sponsorship, endorsement or affiliation.

Inheritance Hierarchy

System.Object
   System.EventArgs
      OpcLabs.BaseLib.OperationModel.OperationEventArgs
         OpcLabs.EasySparkplug.OperationModel.EasySparkplugNotificationEventArgs
            OpcLabs.EasySparkplug.OperationModel.EasySparkplugMetricNotificationEventArgs
            OpcLabs.EasySparkplug.OperationModel.EasySparkplugPayloadNotificationEventArgs

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