AzureTableTransactionalStateStorage<TState> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
型パラメーター
- TState
- 継承
-
AzureTableTransactionalStateStorage<TState>
- 実装
コンストラクター
メソッド
Load() | |
Store(String, TransactionalStateMetaData, List<PendingTransactionState<TState>>, Nullable<Int64>, Nullable<Int64>) |