This type contains the following members.
public class KeyedLock<TKey>
- Inheritance:
- ObjectKeyedLock<TKey>
Constructors
| KeyedLock(IEqualityComparer<TKey>, int) |
Methods
| WaitAsync(TKey, int, CancellationToken) | |
| WaitAsync(TKey, CancellationToken) | |
| Wait(TKey, int, CancellationToken) | |
| Wait(TKey, CancellationToken) | |
| Release(TKey) |