TransactionalStorageLoadResponse<TState>
class
Namespace: Orleans.Transactions.Abstractions
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
[Orleans.GenerateSerializer][Orleans.Immutable]public sealed class TransactionalStorageLoadResponse<TState> where TState : class, new()Constructors
Properties
CommittedSequenceIdThe local sequence id of the last committed transaction, or zero if noneCommittedStateETagMetadataAdditional state maintained by the transaction algorithm, such as commit recordsPendingStatesList of pending states, ordered by sequence id
