Click or drag to resize

MonitorSlimLockIsHeldByCurrentThread Property

Gets a value indicating whether this instance is held by current thread.

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

Property Value

Type: Boolean
true if this instance is held by current thread; otherwise, false.
See Also