Partager via


NotifyDictionaryClearEventArgs<TKey,TValue> Classe

Définition

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
NotifyDictionaryClearEventArgs<TKey,TValue>

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 à