log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
PluginSkeleton.Shutdown Method
Is called when the plugin is to shutdown.
[Visual Basic]
Overridable Public Sub 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