Partager via


NotifyDictionaryTransactionalEventArgs<TKey,TValue> Classe

Définition

Fournit des données pour l’événement DictionaryChanged provoqué par une opération transactionnelle.

public abstract class NotifyDictionaryTransactionalEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<TKey,TValue>
type NotifyDictionaryTransactionalEventArgs<'Key, 'Value> = class
    inherit NotifyDictionaryChangedEventArgs<'Key, 'Value>
Public MustInherit Class NotifyDictionaryTransactionalEventArgs(Of TKey, TValue)
Inherits NotifyDictionaryChangedEventArgs(Of TKey, TValue)

Paramètres de type

TKey

Type des clés contenues dans .

TValue

Type des valeurs de .

Héritage
NotifyDictionaryTransactionalEventArgs<TKey,TValue>
Dérivé

Constructeurs

NotifyDictionaryTransactionalEventArgs<TKey,TValue>(ITransaction, NotifyDictionaryChangedAction)

Initialise une nouvelle instance du .

Propriétés

Action

Obtient l’action qui a provoqué l’événement.

(Hérité de NotifyDictionaryChangedEventArgs<TKey,TValue>)
Transaction

Obtient la transaction à laquelle l’opération appartient.

S’applique à