AzureTableGrainStorage クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure テーブル ストレージにグレイン状態データを書き込む簡単なストレージ。
public class AzureTableGrainStorage : Orleans.ILifecycleParticipant<Orleans.Runtime.ISiloLifecycle>, Orleans.Storage.IGrainStorage, Orleans.Storage.IRestExceptionDecoder
type AzureTableGrainStorage = class
interface IGrainStorage
interface IRestExceptionDecoder
interface ILifecycleParticipant<ISiloLifecycle>
Public Class AzureTableGrainStorage
Implements IGrainStorage, ILifecycleParticipant(Of ISiloLifecycle), IRestExceptionDecoder
- 継承
-
AzureTableGrainStorage
- 実装
コンストラクター
メソッド
ClearStateAsync(String, GrainReference, IGrainState) |
このストレージ プロバイダーの状態データ関数をクリア/削除します。 |
ClearStateAsync<T>(String, GrainId, IGrainState<T>) |
このストレージ プロバイダーの状態データ関数をクリア/削除します。 |
DecodeException(Exception, HttpStatusCode, String, Boolean) |
ストレージ例外をデコードします。 |
Participate(ISiloLifecycle) |
Azure テーブル ストレージにグレイン状態データを書き込む簡単なストレージ。 |
ReadStateAsync(String, GrainReference, IGrainState) |
このストレージ プロバイダーの読み取り状態データ関数。 |
ReadStateAsync<T>(String, GrainId, IGrainState<T>) |
このストレージ プロバイダーの読み取り状態データ関数。 |
WriteStateAsync(String, GrainReference, IGrainState) |
このストレージ プロバイダーの状態データ関数を書き込みます。 |
WriteStateAsync<T>(String, GrainId, IGrainState<T>) |
このストレージ プロバイダーの状態データ関数を書き込みます。 |