ILockMgr

Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ILockMgr
Kind: interface


Methods

HighLock

Method

ILocker HighLock()

HighLockAsync

Method

Task<ILocker> HighLockAsync(CancellationToken token)

Parameters

TypeNameDescription
CancellationTokentoken

Lock

Method

ILocker Lock(bool high)

Parameters

TypeNameDescription
boolhigh

LockAsync

Method

Task<ILocker> LockAsync(CancellationToken token, bool high)

Parameters

TypeNameDescription
CancellationTokentoken
boolhigh