NotifyDictionaryItemUpdatedEventArgs<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 la mise à jour de l’élément.
public class NotifyDictionaryItemUpdatedEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryTransactionalEventArgs<TKey,TValue>
type NotifyDictionaryItemUpdatedEventArgs<'Key, 'Value> = class
inherit NotifyDictionaryTransactionalEventArgs<'Key, 'Value>
Public Class NotifyDictionaryItemUpdatedEventArgs(Of TKey, TValue)
Inherits NotifyDictionaryTransactionalEventArgs(Of TKey, TValue)
Paramètres de type
- TKey
Type des clés contenues dans .
- TValue
Type des valeurs de .
- Héritage
-
NotifyDictionaryItemUpdatedEventArgs<TKey,TValue>
Constructeurs
NotifyDictionaryItemUpdatedEventArgs<TKey,TValue>(ITransaction, TKey, TValue) |
Initialise une nouvelle instance du . |
Propriétés
Action |
Obtient l’action qui a provoqué l’événement. (Hérité de NotifyDictionaryChangedEventArgs<TKey,TValue>) |
Key |
Obtient la clé. |
Transaction |
Obtient la transaction à laquelle l’opération appartient. (Hérité de NotifyDictionaryTransactionalEventArgs<TKey,TValue>) |
Value |
Obtient la valeur. |
S’applique à
Azure SDK for .NET