'DeclarationPublic Function New( _ ByVal callback As EasySparkplugPayloadNotificationEventHandler, _ ByVal edgeNodeDescriptor As SparkplugEdgeNodeDescriptor _ )
'UsageDim callback As EasySparkplugPayloadNotificationEventHandler Dim edgeNodeDescriptor As SparkplugEdgeNodeDescriptor Dim instance As New EasySparkplugPayloadSubscriptionArguments(callback, edgeNodeDescriptor)
public EasySparkplugPayloadSubscriptionArguments( EasySparkplugPayloadNotificationEventHandler callback, SparkplugEdgeNodeDescriptor edgeNodeDescriptor )
public: EasySparkplugPayloadSubscriptionArguments( EasySparkplugPayloadNotificationEventHandler^ callback, SparkplugEdgeNodeDescriptor^ edgeNodeDescriptor )
Parameters
- callback
- The callback to invoke for the notification.
The value of this parameter can be
null(Nothingin Visual Basic). - edgeNodeDescriptor
- The Sparkplug edge node descriptor.
The value of this parameter cannot be
null(Nothingin Visual Basic).