![]() | SlimLock Methods |
The SlimLock type exposes the following members.
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.
|
![]() | Release |
Releases the lock, allowing waiters to proceed.
|
![]() ![]() | SmartWait(Int32) | |
![]() ![]() | SmartWait(Int32, Int64) |