NotifyDictionaryTransactionalEventArgs<TKey,TValue> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET