Skip to content

ITransactionalStateStorage<TState>.Load

Load

abstract
public abstract Task<TransactionalStorageLoadResponse<TState>> Load()
Loads the authoritative transactional state from durable storage.

Returns

A task whose result is a coherent snapshot containing the current ETag, committed state and sequence number, transaction metadata, and pending prepare records in sequence-number order.