Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ReaderWriterLock.AcquireReaderLock�Method�

Acquires a reader lock

[Visual�Basic]
Public�Sub�AcquireReaderLock()
[C#]
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

ReaderWriterLock Class | log4net.Util Namespace