Skip to content

TransactionalStorageLoadResponse<TState> Constructors

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.

TransactionalStorageLoadResponse<TState>(string, TState, long, TransactionalStateMetaData, IReadOnlyList<PendingTransactionState<TState>>)

View source
public TransactionalStorageLoadResponse(string etag, TState committedState, long committedSequenceId, TransactionalStateMetaData metadata, IReadOnlyList<PendingTransactionState<TState>> pendingStates)

Parameters

etagstring
committedStateTState
committedSequenceIdlong
metadataTransactionalStateMetaData
pendingStatesIReadOnlyList<PendingTransactionState<TState>>