ILocker Interface

Tungsten Suite

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
Syntax
C#
public interface ILocker
Methods
  NameDescription
Public methodInLock(Action)
Perform some action in a lock
Public methodInLockTResult(FuncTResult)
Perform some function in a lock
Public methodInLockAsync(Action)
Public methodInLockAsyncTResult(FuncTResult)
Asyncrhonously perform some function in a lock
Top
See Also