ITransactionalStateStorage<TState> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Interface de stockage pour l’état transactionnel
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)
Paramètres de type
- TState
type de l’état
- Dérivé
Méthodes
Load() |
Interface de stockage pour l’état transactionnel |
Store(String, TransactionalStateMetaData, List<PendingTransactionState<TState>>, Nullable<Int64>, Nullable<Int64>) |
Interface de stockage pour l’état transactionnel |