log4net SDK Reference

RemoteLoggingServerPlugin.Shutdown Method 

Is called when the plugin is to shutdown.

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

Implements

IPlugin.Shutdown

Remarks

When the plugin is shutdown the remote logging sink is disconnected.

See Also

RemoteLoggingServerPlugin Class | log4net.Plugin Namespace