Click or drag to resize

CopyOnWriteListTWriteLock Property

Gets the write lock.

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

Property Value

Type: ILockable
The write lock.
See Also