FaultInjectionAzureTableTransactionStateStorage<TState> Classe
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.
public class FaultInjectionAzureTableTransactionStateStorage<TState> : Orleans.Transactions.Abstractions.ITransactionalStateStorage<TState> where TState : class, new()
type FaultInjectionAzureTableTransactionStateStorage<'State (requires 'State : null and 'State : (new : unit -> 'State))> = class
interface ITransactionalStateStorage<'State (requires 'State : null and 'State : (new : unit -> 'State))>
Public Class FaultInjectionAzureTableTransactionStateStorage(Of TState)
Implements ITransactionalStateStorage(Of TState)
Paramètres de type
- TState
- Héritage
-
FaultInjectionAzureTableTransactionStateStorage<TState>
- Implémente
Constructeurs
FaultInjectionAzureTableTransactionStateStorage<TState>(ITransactionFaultInjector, AzureTableTransactionalStateStorage<TState>) |
Méthodes
Load() | |
Store(String, TransactionalStateMetaData, List<PendingTransactionState<TState>>, Nullable<Int64>, Nullable<Int64>) |