PluginSkeleton.Shutdown Method Apache log4netâ„¢ SDK Documentation
Is called when the plugin is to shutdown.

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

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

Reference