BlockingLockTryLock Method |
| Name | Description | |
|---|---|---|
| TryLock(Object, Int32) |
Construct a new BlockingLock for the specified lockObject and wait
for the lockObject to be locked while still respecting the calling
thread's ThreadTimeout.
| |
| TryLock(Object, TimeSpan) |
Construct a new BlockingLock for the specified lockObject and wait
for the lockObject to be locked while still respecting the calling
thread's ThreadTimeout.
|