Compartir a través de


NotifyDictionaryClearEventArgs<TKey,TValue> Clase

Definición

Proporciona datos para el evento DictionaryChanged causado por una operación clara.

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)

Parámetros de tipo

TKey

Tipo de las claves de .

TValue

Tipo de los valores de .

Herencia
NotifyDictionaryClearEventArgs<TKey,TValue>

Constructores

NotifyDictionaryClearEventArgs<TKey,TValue>(Int64)

Inicializa una nueva instancia de .

Propiedades

Action

Obtiene la acción que provocó el evento.

(Heredado de NotifyDictionaryChangedEventArgs<TKey,TValue>)
CommitSequenceNumber

Obtiene el número de secuencia de confirmación de la operación que confirmó la desactivación.

Se aplica a