TransactionalStateRecord<TState>
class
Namespace: Orleans.Transactions
Represents transactional state stored using an
IGrainStorage provider. [Orleans.GenerateSerializer]public sealed class TransactionalStateRecord<TState> where TState : class, new()Constructors
Properties
CommittedSequenceIdGets or sets the sequence number of the most recently committed state.CommittedStateGets or sets the most recently committed state.MetadataGets or sets the transaction protocol metadata.PendingStatesGets or sets the prepared state versions which have not been committed.
