GetFenceAsync Method
GetFenceAsync(LockContext)
Gets the fencing token, if the lock is held by the specified lockContext
context.
Declaration
Task<long> GetFenceAsync(LockContext lockContext)
Parameters
LockContext | lockContext | The LockContext. |
Returns
Task<long> | The fencing token, if the lock is held by the specified |