Click or drag to resize

MonitorSpinLockLockTimeout Property

Gets the number of milliseconds until the lock acquisition fails.

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

Property Value

Type: Int32
The lock timeout.
See Also