PerformRead(Func<TState, TResult>)
public Task<TResult> PerformRead<TResult>(Func<TState, TResult> operation) Read the current state.
Parameters
operationFunc<TState, TResult>
public Task<TResult> PerformRead<TResult>(Func<TState, TResult> operation)operationFunc<TState, TResult>