Click or drag to resize

MonitorSlimLock Constructor (Int32)

Initializes a new instance of the MonitorSlimLock class.

Namespace:  com.espertech.esper.compat.threading.locks
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public MonitorSlimLock(
	int lockTimeout
)

Parameters

lockTimeout
Type: SystemInt32

[Missing <param name="lockTimeout"/> documentation for "M:com.espertech.esper.compat.threading.locks.MonitorSlimLock.#ctor(System.Int32)"]

See Also