你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

注解

请注意,在此操作完成之前,重新生成 不会完成。 这可能会导致阻止副本 (replica) 等待回调完成,然后再继续。 状态的异步迭代可能需要 IO。

构造函数

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

初始化 的新实例

属性

Action

获取引起该事件的操作。

(继承自 NotifyDictionaryChangedEventArgs<TKey,TValue>)
State

获取一个异步枚举对象,其中包含 中的所有 项。

适用于