 | MonitorSpinLockIsHeldByCurrentThread 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
Syntaxpublic bool IsHeldByCurrentThread { get; }
Property Value
Type:
Booleantrue if this instance is held by current thread; otherwise,
false.
See Also