Partager via


NotifyDictionaryItemRemovedEventArgs<TKey,TValue> Constructeur

Définition

Initialise une nouvelle instance du .

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)

Paramètres

transaction
ITransaction

Transaction à laquelle l’opération est liée.

key
TKey

Clé qui a été supprimée.

S’applique à