次の方法で共有


NotifyDictionaryRebuildEventArgs<TKey,TValue> クラス

定義

再構築操作によって発生する RebuildNotificationAsyncCallback イベントのデータを提供します。 リビルド通知は、信頼性の高い状態の復旧、コピー、または復元の終了時に発生します。

public class NotifyDictionaryRebuildEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<TKey,TValue>
type NotifyDictionaryRebuildEventArgs<'Key, 'Value> = class
    inherit NotifyDictionaryChangedEventArgs<'Key, 'Value>
Public Class NotifyDictionaryRebuildEventArgs(Of TKey, TValue)
Inherits NotifyDictionaryChangedEventArgs(Of TKey, TValue)

型パラメーター

TKey

内のキーの型。

TValue

内の値の型。

継承
NotifyDictionaryRebuildEventArgs<TKey,TValue>

注釈

この操作が完了するまで、 の再構築は完了しないことに注意してください。 これにより、続行する前にコールバックが完了するのを待ってレプリカがブロックされる可能性があります。 状態に対する非同期反復には IO が必要な場合があります。

コンストラクター

NotifyDictionaryRebuildEventArgs<TKey,TValue>(IAsyncEnumerable<KeyValuePair<TKey,TValue>>)

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

プロパティ

Action

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

(継承元 NotifyDictionaryChangedEventArgs<TKey,TValue>)
State

内のすべての項目を含む非同期列挙可能な を取得します 。

適用対象