Skip to content

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