ILocker(TLocker) Methods

Tungsten Suite

ILockerTLocker Methods

Methods
  NameDescription
Public methodInLock(Action)
Perform some action in a lock
(Inherited from ILocker.)
Public methodInLockTResult(FuncTResult)
Perform some function in a lock
(Inherited from ILocker.)
Public methodInLockAsync(Action) (Inherited from ILocker.)
Public methodInLockAsyncTResult(FuncTResult)
Asyncrhonously perform some function in a lock
(Inherited from ILocker.)
Top
See Also