Click or drag to resize

FairReaderWriterLockIsWriterLockHeld Property

Indicates if the writer lock is held.

Namespace:  com.espertech.esper.compat.threading.locks
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool IsWriterLockHeld { get; }

Property Value

Type: Boolean
The is writer lock held.

Implements

IReaderWriterLockIsWriterLockHeld
See Also