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
SyntaxC#
public interface ILocker
Methods| 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
|
See Also
