UnlockAsync Method
UnlockAsync(LockContext)
Releases the lock if the lock is currently held by the specified lockContext
context.
Declaration
Task UnlockAsync(LockContext lockContext)
Parameters
LockContext | lockContext | The LockContext. |
Returns
Task |