Click or drag to resize

MonitorLock Constructor (Int32)

Initializes a new instance of the MonitorLock class.

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

Parameters

lockTimeout
Type: SystemInt32

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

See Also