PerformUpdate(Func<TState, TResult>)
public Task<TResult> PerformUpdate<TResult>(Func<TState, TResult> updateAction) Performs an update operation and returns the result.
Parameters
updateActionFunc<TState, TResult>- A function that can read and update the state, and return a result
