log4net SDK Reference

BufferingAppenderSkeleton.OnClose Method 

Close this appender instance.

[Visual Basic]
Overrides Protected Sub OnClose()
[C#]
protected override void OnClose();

Remarks

Close this appender instance. If this appender is marked as not Lossy then the remaining events in the buffer must be sent when the appender is closed.

See Also

BufferingAppenderSkeleton Class | log4net.Appender Namespace