'DeclarationProtected Overridable Sub OnMetricNotification( _ ByVal e As EasySparkplugMetricNotificationEventArgs _ )
'UsageDim instance As EasySparkplugEdgeNodeCore Dim e As EasySparkplugMetricNotificationEventArgs instance.OnMetricNotification(e)
protected virtual void OnMetricNotification( EasySparkplugMetricNotificationEventArgs e )
protected: virtual void OnMetricNotification( EasySparkplugMetricNotificationEventArgs^ e )
Parameters
- e
- The event arguments.
The value of this parameter cannot be
null(Nothingin Visual Basic).