Skip to content

ITransactionalStateStorageEvents<TState>

interface

Namespace: Orleans.Transactions

Receives transactional state changes which are accumulated into a storage batch.
public interface ITransactionalStateStorageEvents<TState>
where TState : class, new()

Methods