Click or drag to resize

MonitorSpinLock Constructor (Int32)

Initializes a new instance of the MonitorSpinLock class.

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

Parameters

lockTimeout
Type: SystemInt32

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

See Also