![]() | SlimLockEnter Method |
Name | Description | |
---|---|---|
![]() | Enter |
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.
|
![]() | Enter(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.
|