Click or drag to resize

IReaderWriterLockAcquireReadLock Method

Acquires the read lock; the lock is released when the disposable object that was returned is disposed.

Namespace:  com.espertech.esper.compat.threading.locks
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
IDisposable AcquireReadLock()

Return Value

Type: IDisposable

[Missing <returns> documentation for "M:com.espertech.esper.compat.threading.locks.IReaderWriterLock.AcquireReadLock"]

See Also