ILocker Interface
From Tungsten Suite
Tungsten
|
|
ILocker Interface |
The required implementation for a locking object
Namespace: W.Threading.Lockers
Assembly: Tungsten.Threading.Lockers (in Tungsten.Threading.Lockers.dll) Version: 2.0.1
C#
public interface ILocker
| Name | Description | |
|---|---|---|
| InLock(Action) |
Perform some action in a lock
| |
| InLockTResult(FuncTResult) |
Perform some function in a lock
| |
| InLockAsync(Action) | ||
| InLockAsyncTResult(FuncTResult) |
Asyncrhonously perform some function in a lock
|