AzureTableTransactionalStateStorage<TState> Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros de tipo
- TState
- Herencia
-
AzureTableTransactionalStateStorage<TState>
- Implementaciones
Constructores
Métodos
Load() | |
Store(String, TransactionalStateMetaData, List<PendingTransactionState<TState>>, Nullable<Int64>, Nullable<Int64>) |