ITransactionalState<TState>
interface
Namespace: Orleans.Transactions.Abstractions
State that respects Orleans transaction semantics, and allows read/write locking
public interface ITransactionalState<TState> where TState : class, new()Methods
PerformRead(Func<TState, TResult>)Performs a read operation and returns the result, without modifying the state.PerformUpdate(Func<TState, TResult>)Performs an update operation and returns the result.
