ReaderWriterLock AcquireReaderLock Method Apache log4net™ SDK Documentation
Acquires a reader lock

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

public void AcquireReaderLock()
Remarks

AcquireReaderLock  blocks if a different thread has the writer lock, or if at least one thread is waiting for the writer lock.

See Also