Notification event from Etch Bridge to application when plugin status changes
| C# | Visual Basic | Visual C++ |
public void pluginStatusUpdate( string pluginName, string nameSpace, Nullable<PluginStatus> status )
Public Sub pluginStatusUpdate ( _ pluginName As String, _ nameSpace As String, _ status As Nullable(Of PluginStatus) _ )
public: virtual void pluginStatusUpdate( String^ pluginName, String^ nameSpace, Nullable<PluginStatus> status ) sealed
- pluginName (String)
- Name of the plugin
- nameSpace (String)
- Full namespace of the plugin
- status (Nullable<(Of <(PluginStatus>)>))
- Plugin status to intimate the bridge of