Skip to content

TransactionalStorageLoadResponse<TState> Properties

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.

CommittedSequenceId

getset
View source
[Orleans.Id(2)]
public long CommittedSequenceId
The local sequence id of the last committed transaction, or zero if none

Metadata

getset
View source
[Orleans.Id(3)]
public TransactionalStateMetaData Metadata
Additional state maintained by the transaction algorithm, such as commit records

PendingStates

getset
View source
[Orleans.Id(4)]
public IReadOnlyList<PendingTransactionState<TState>> PendingStates
List of pending states, ordered by sequence id