ForceUnlockAsync Method
ForceUnlockAsync(TKey)
Force-unlocks an entry.
Declaration
Task ForceUnlockAsync(TKey key)
Parameters
TKey | key | The key identifying the entry. |
Returns
Task | A task that will complete when the entry has been unlocked. |
Remarks
The entry is unlocked, regardless of the lock owner.
This always succeeds, never blocks, and returns immediately.