次の方法で共有


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

削除されたキー。

適用対象