Click or drag to resize

TelemetryReaderWriterLockReadLock Property

Gets the read-side lockable

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

Property Value

Type: ILockable

Implements

IReaderWriterLockReadLock
See Also