log4net SDK Reference

PluginSkeleton.Shutdown Method 

Is called when the plugin is to shutdown.

[Visual Basic]
Overridable Public Sub Shutdown() _
    Implements IPlugin.Shutdown
[C#]
public virtual void Shutdown();

Implements

IPlugin.Shutdown

Remarks

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

See Also

PluginSkeleton Class | log4net.Plugin Namespace