Click or drag to resize

IReaderWriterLockAcquireWriteLock Method

Acquires the write 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 AcquireWriteLock()

Return Value

Type: IDisposable

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

See Also