ReaderWriterLock ReleaseReaderLock Method Apache log4net™ SDK Documentation
Decrements the lock count

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

public void ReleaseReaderLock()
Remarks

ReleaseReaderLock  decrements the lock count. When the count reaches zero, the lock is released.

See Also