Skip to content

TransactionalState<TState>.PerformRead(Func<TState, TResult>)

PerformRead(Func<TState, TResult>)

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

Parameters

operationFunc<TState, TResult>