'Declaration<ExtensionAttribute()> Public Overloads Shared Sub DataSourceConnectionFailure( _ ByVal producer As ISparkplugProducer, _ ByVal message As String _ )
'UsageDim producer As ISparkplugProducer Dim message As String ISparkplugProducerExtension.DataSourceConnectionFailure(producer, message)
[Extension()] public static void DataSourceConnectionFailure( ISparkplugProducer producer, string message )
[Extension()] public: static void DataSourceConnectionFailure( ISparkplugProducer^ producer, String^ message )
Parameters
- producer
- The Sparkplug producer that will perform the operation.
The value of this parameter cannot be
null(Nothingin Visual Basic). - message
- The message that describes the cause of the failure.
The value of this parameter cannot be
null(Nothingin Visual Basic).