Click or drag to resize

SlimLockEnter Method

Overload List
  NameDescription
Public methodEnter
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.
Public methodEnter(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.
Top
See Also