Skip to content

ITransactionalStateStorage<TState>

interface

Namespace: Orleans.Transactions.Abstractions

Storage interface for transactional state
public interface ITransactionalStateStorage<TState>
where TState : class, new()

Methods