次の方法で共有


NotifyDictionaryItemAddedEventArgs<TKey,TValue> コンストラクター

定義

の新しいインスタンスを初期化します。

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

パラメーター

transaction
ITransaction

操作が関連付けられているトランザクション。

key
TKey

追加されたキー。

value
TValue

追加された値。

適用対象