ILockMgr
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ILockMgr
Kind: interface
Methods
HighLock
Method
ILocker HighLock()
HighLockAsync
Method
Task<ILocker> HighLockAsync(CancellationToken token)
Parameters
| Type | Name | Description |
|---|---|---|
CancellationToken | token |
Lock
Method
ILocker Lock(bool high)
Parameters
| Type | Name | Description |
|---|---|---|
bool | high |
LockAsync
Method
Task<ILocker> LockAsync(CancellationToken token, bool high)
Parameters
| Type | Name | Description |
|---|---|---|
CancellationToken | token | |
bool | high |