IsLockedByContextAsync Method
IsLockedByContextAsync(LockContext)
Determines whether the lock is held by the specified lockContext
context or not.
Declaration
Task<bool> IsLockedByContextAsync(LockContext lockContext)
Parameters
LockContext | lockContext | The LockContext. |
Returns
Task<bool> |
|