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

NotifyDictionaryChangedEventArgs<TKey,TValue> 构造函数

定义

初始化 的新实例

public NotifyDictionaryChangedEventArgs (Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedAction action);
new Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<'Key, 'Value> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedAction -> Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<'Key, 'Value>
Public Sub New (action As NotifyDictionaryChangedAction)

参数

action
NotifyDictionaryChangedAction

通知的类型。

适用于