NotifyDictionaryClearEventArgs<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 d’effacement.
public class NotifyDictionaryClearEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<TKey,TValue>
type NotifyDictionaryClearEventArgs<'Key, 'Value> = class
inherit NotifyDictionaryChangedEventArgs<'Key, 'Value>
Public Class NotifyDictionaryClearEventArgs(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
Constructeurs
NotifyDictionaryClearEventArgs<TKey,TValue>(Int64) |
Initialise une nouvelle instance du . |
Propriétés
Action |
Obtient l’action qui a provoqué l’événement. (Hérité de NotifyDictionaryChangedEventArgs<TKey,TValue>) |
CommitSequenceNumber |
Obtient le numéro de séquence de validation pour l’opération qui a commité le clear. |
S’applique à
Azure SDK for .NET