LockAcquisition
Provides a set of methods to acquire different types of lock.
Blocks the current thread until it can enter the semaphore.
Blocks the current thread until it can enter the semaphore.
Acquires read lock.
Acquires read lock.
Acquires read lock for the specified object.
Acquires read lock for the specified object.
Acquires upgradeable read lock.
Acquires upgradeable read lock.
Acquires upgradeable read lock for the specified object.
Acquires upgradeable read lock for the specified object.
Acquires write lock.
Acquires write lock.
Acquires write lock for the specified object.
Acquires write lock for the specified object.