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