次の方法で共有


NotifyStateManagerRebuildEventArgs クラス

定義

再構築によって発生する StateManagerChanged イベントのデータを提供します。 一般的に、復旧、復元、コピーの終了時に呼び出されます。

public class NotifyStateManagerRebuildEventArgs : Microsoft.ServiceFabric.Data.Notifications.NotifyStateManagerChangedEventArgs
type NotifyStateManagerRebuildEventArgs = class
    inherit NotifyStateManagerChangedEventArgs
Public Class NotifyStateManagerRebuildEventArgs
Inherits NotifyStateManagerChangedEventArgs
継承
NotifyStateManagerRebuildEventArgs

コンストラクター

NotifyStateManagerRebuildEventArgs(IAsyncEnumerable<IReliableState>)

の新しいインスタンスを初期化します。

プロパティ

Action

イベントの原因となったアクションを取得します。

(継承元 NotifyStateManagerChangedEventArgs)
ReliableStates

すべての新しい状態プロバイダーの列挙可能な状態マネージャー。

適用対象