ITransactionalStateStorage<TState>
interface
Namespace: Orleans.Transactions.Abstractions
Storage interface for transactional state
public interface ITransactionalStateStorage<TState> where TState : class, new()Methods
LoadLoads the authoritative transactional state from durable storage.Store(string?, TransactionalStateMetaData, List<PendingTransactionState<TState>>, long?, long?)Stores transactional state changes.
