'DeclarationPublic Function New( _ ByVal edgeNodeDescriptor As SparkplugEdgeNodeDescriptor, _ ByVal metricName As String _ )
'UsageDim edgeNodeDescriptor As SparkplugEdgeNodeDescriptor Dim metricName As String Dim instance As New SparkplugMetricSubscriptionArguments(edgeNodeDescriptor, metricName)
public SparkplugMetricSubscriptionArguments( SparkplugEdgeNodeDescriptor edgeNodeDescriptor, string metricName )
public: SparkplugMetricSubscriptionArguments( SparkplugEdgeNodeDescriptor^ edgeNodeDescriptor, String^ metricName )
Parameters
- edgeNodeDescriptor
- The Sparkplug edge node descriptor.
The value of this parameter cannot be
null(Nothingin Visual Basic). - metricName
- The Sparkplug metric name.
The value of this parameter cannot be
null(Nothingin Visual Basic).