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

NotifyDictionaryClearEventArgs<TKey,TValue> 类

定义

提供由清除操作引起的 DictionaryChanged 事件的数据。

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

类型参数

TKey

中的键的类型。

TValue

的值的类型。

继承
NotifyDictionaryClearEventArgs<TKey,TValue>

构造函数

NotifyDictionaryClearEventArgs<TKey,TValue>(Int64)

初始化 的新实例

属性

Action

获取引起该事件的操作。

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

获取提交清除的操作的提交序列号。

适用于