Click or drag to resize

SlimLockEnter Method (Int32)

Acquires the lock. If the lock can be acquired immediately it does so. In the event that the lock can not be acquired the lock will use a spin-lock algorithm to acquire the lock.

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

Parameters

timeoutInMillis
Type: SystemInt32

[Missing <param name="timeoutInMillis"/> documentation for "M:com.espertech.esper.compat.threading.locks.SlimLock.Enter(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.threading.locks.SlimLock.Enter(System.Int32)"]

See Also