StateLocker(TLocker, TState).InLockAsync Method

Tungsten Suite

StateLockerTLocker, TStateInLockAsync Method

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