'DeclarationPublic Function New( _ ByVal hostDescriptor As SparkplugHostDescriptor, _ ByVal edgeNodeDescriptor As SparkplugEdgeNodeDescriptor, _ ByVal metricName As String _ )
'UsageDim hostDescriptor As SparkplugHostDescriptor Dim edgeNodeDescriptor As SparkplugEdgeNodeDescriptor Dim metricName As String Dim instance As New EasySparkplugMetricSubscriptionArguments(hostDescriptor, edgeNodeDescriptor, metricName)
public EasySparkplugMetricSubscriptionArguments( SparkplugHostDescriptor hostDescriptor, SparkplugEdgeNodeDescriptor edgeNodeDescriptor, string metricName )
public: EasySparkplugMetricSubscriptionArguments( SparkplugHostDescriptor^ hostDescriptor, SparkplugEdgeNodeDescriptor^ edgeNodeDescriptor, String^ metricName )
Parameters
- hostDescriptor
- The Sparkplug host descriptor.
The value of this parameter cannot be
null(Nothingin Visual Basic). - 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).