log4net SDK Reference

IPlugin.Shutdown Method 

Is called when the plugin is to shutdown.

[Visual Basic]
Sub Shutdown()
[C#]
void Shutdown();

Remarks

This method is called to notify the plugin that it should stop operating and should detach from the repository.

See Also

IPlugin Interface | log4net.Plugin Namespace