ILockHandle Methods |
The ILockHandle type exposes the following members.
Name | Description | |
---|---|---|
Acquire |
Synchronously acquires the lock bound to the current handle.
| |
AcquireAsync |
Asynchronously acquires the lock bound to the current handle.
| |
Release |
Synchronously releases the lock bound to the current handle.
| |
ReleaseAsync |
Asynchronously releases the lock bound to the current handle.
|