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

NotifyDictionaryItemRemovedEventArgs<TKey,TValue> 构造函数

定义

初始化 的新实例

public NotifyDictionaryItemRemovedEventArgs (Microsoft.ServiceFabric.Data.ITransaction transaction, TKey key);
new Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryItemRemovedEventArgs<'Key, 'Value> : Microsoft.ServiceFabric.Data.ITransaction * 'Key -> Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryItemRemovedEventArgs<'Key, 'Value>
Public Sub New (transaction As ITransaction, key As TKey)

参数

transaction
ITransaction

操作相关的事务。

key
TKey

已删除的键。

适用于