Click or drag to resize

DefaultLockManagerDefaultLockTimeout Property

Gets or sets the default lock timeout.

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

Property Value

Type: Int32
The default lock timeout.
See Also