Freigeben über


ITransactionalStateStorage<TState> Schnittstelle

Definition

Speicherschnittstelle für den Transaktionszustand

public interface ITransactionalStateStorage<TState> where TState : class, new()
type ITransactionalStateStorage<'State (requires 'State : null and 'State : (new : unit -> 'State))> = interface
Public Interface ITransactionalStateStorage(Of TState)

Typparameter

TState

der Typ des Zustands

Abgeleitet

Methoden

Load()

Speicherschnittstelle für den Transaktionszustand

Store(String, TransactionalStateMetaData, List<PendingTransactionState<TState>>, Nullable<Int64>, Nullable<Int64>)

Speicherschnittstelle für den Transaktionszustand

Gilt für: