'DeclarationPublic Function New( _ ByVal edgeNode As EasySparkplugEdgeNodeCore, _ ByVal device As SparkplugDevice _ )
'UsageDim edgeNode As EasySparkplugEdgeNodeCore Dim device As SparkplugDevice Dim instance As New SparkplugProducerProcessedEventArgs(edgeNode, device)
public SparkplugProducerProcessedEventArgs( EasySparkplugEdgeNodeCore edgeNode, SparkplugDevice device )
public: SparkplugProducerProcessedEventArgs( EasySparkplugEdgeNodeCore^ edgeNode, SparkplugDevice^ device )
Parameters
- edgeNode
- The Sparkplug edge node.
The value of this parameter cannot be
null(Nothingin Visual Basic). - device
- The Sparkplug device.
The value of this parameter can be
null(Nothingin Visual Basic).