'DeclarationPublic Function New( _ ByVal edgeNode As EasySparkplugEdgeNodeCore, _ ByVal device As SparkplugDevice, _ ByVal metricName As String _ )
'UsageDim edgeNode As EasySparkplugEdgeNodeCore Dim device As SparkplugDevice Dim metricName As String Dim instance As New SparkplugProducerProcessedEventArgs(edgeNode, device, metricName)
public SparkplugProducerProcessedEventArgs( EasySparkplugEdgeNodeCore edgeNode, SparkplugDevice device, string metricName )
public: SparkplugProducerProcessedEventArgs( EasySparkplugEdgeNodeCore^ edgeNode, SparkplugDevice^ device, String^ metricName )
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). - metricName
- The Sparkplug metric name
The value of this parameter cannot be
null(Nothingin Visual Basic).