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