Compartir a través de


ITransactionalStateStorage<TState> Interfaz

Definición

Interfaz de almacenamiento para el estado transaccional

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)

Parámetros de tipo

TState

el tipo del estado

Derivado

Métodos

Load()

Interfaz de almacenamiento para el estado transaccional

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

Interfaz de almacenamiento para el estado transaccional

Se aplica a