UdpAppender OnClose Method Apache log4net™ SDK Documentation
Closes the UDP connection and releases all resources associated with this UdpAppender instance.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected override void OnClose()
Remarks

Disables the underlying OnlineUdpClient and releases all managed and unmanaged resources associated with the UdpAppender.

See Also