log4net SDK Reference

LoggerRepositorySkeleton.ShutdownEvent Event

Event to notify that the repository has been shutdown.

[Visual Basic]
Public Event ShutdownEvent As LoggerRepositoryShutdownEventHandler
[C#]
public event LoggerRepositoryShutdownEventHandler ShutdownEvent;

Implements

ILoggerRepository.ShutdownEvent

Remarks

Event raised when the repository has been shutdown.

See Also

LoggerRepositorySkeleton Class | log4net.Repository Namespace