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