StateLocker(TLocker, TState).InLock Method

Tungsten Suite

StateLockerTLocker, TStateInLock Method

Overload List
  NameDescription
Public methodInLock(Action)
Performs an action from within a lock
Public methodInLock(ActionTState)
Performs an action from within a lock, passing in the current state
Public methodInLockTResult(FuncTResult)
Performs a function from within a lock
Public methodInLock(FuncTState, TState)
Performs a function from within a lock, passing in the current state and assigning the state to the function result
Top
See Also