Click or drag to resize

SlimLockEnter Method

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 void Enter()
See Also