你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NotifyDictionaryTransactionalEventArgs<TKey,TValue> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为由事务性操作引起的 DictionaryChanged 事件提供数据。
public abstract class NotifyDictionaryTransactionalEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<TKey,TValue>
type NotifyDictionaryTransactionalEventArgs<'Key, 'Value> = class
inherit NotifyDictionaryChangedEventArgs<'Key, 'Value>
Public MustInherit Class NotifyDictionaryTransactionalEventArgs(Of TKey, TValue)
Inherits NotifyDictionaryChangedEventArgs(Of TKey, TValue)
类型参数
- TKey
中的键的类型。
- TValue
的值的类型。
- 继承
-
NotifyDictionaryTransactionalEventArgs<TKey,TValue>
- 派生
构造函数
NotifyDictionaryTransactionalEventArgs<TKey,TValue>(ITransaction, NotifyDictionaryChangedAction) |
初始化 的新实例 |
属性
Action |
获取引起该事件的操作。 (继承自 NotifyDictionaryChangedEventArgs<TKey,TValue>) |
Transaction |
获取操作所属的事务。 |