| Overload | Description |
|---|---|
| PublishEdgeNodeMetric(IEasySparkplugConsumer,SparkplugEdgeNodeDescriptor,String,SparkplugMetricData) | Publishes a single metric for an edge node, specifying the edge node descriptor, metric name and metric data. |
| PublishEdgeNodeMetric(IEasySparkplugConsumer,SparkplugHostDescriptor,SparkplugEdgeNodeDescriptor,String,SparkplugMetricData) | Publishes a single metric for an edge node, specifying the host descriptor, edge node descriptor, metric name and metric data. |
| PublishEdgeNodeMetric(IEasySparkplugConsumer,SparkplugHostDescriptor,String,String,String,SparkplugMetricData) | Publishes a single metric for an edge node, specifying the host descriptor, group ID, edge node ID, metric name and metric data. |
| PublishEdgeNodeMetric(IEasySparkplugConsumer,String,String,String,SparkplugMetricData) | Publishes a single metric for an edge node, specifying the group ID, edge node ID, metric name and metric data. |