Connectivity Software User's Guide and Reference
EasySparkplugPayloadNotificationEventHandler Delegate



OpcLabs.EasySparkplug Assembly > OpcLabs.EasySparkplug Namespace : EasySparkplugPayloadNotificationEventHandler Delegate
The source of the event.
An OpcLabs.EasySparkplug.OperationModel.EasySparkplugPayloadNotificationEventArgs that contains the event data.
Represents the method that will handle an event raised for notifications related to subscribed Sparkplug payload.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Delegate Sub EasySparkplugPayloadNotificationEventHandler( _
   ByVal sender As Object, _
   ByVal e As EasySparkplugPayloadNotificationEventArgs _
) 
'Usage
 
Dim instance As New EasySparkplugPayloadNotificationEventHandler(AddressOf HandlerMethod)
[ComVisible(false)]
public delegate void EasySparkplugPayloadNotificationEventHandler( 
   object sender,
   EasySparkplugPayloadNotificationEventArgs e
)
[ComVisible(false)]
public delegate void EasySparkplugPayloadNotificationEventHandler( 
   Object^ sender,
   EasySparkplugPayloadNotificationEventArgs^ e
)

Parameters

sender
The source of the event.
e
An OpcLabs.EasySparkplug.OperationModel.EasySparkplugPayloadNotificationEventArgs that contains the event data.
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.

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