Compartir a través de


NotifyDictionaryItemUpdatedEventArgs<TKey,TValue> Clase

Definición

Proporciona datos para el evento DictionaryChanged causado por la actualización de elementos.

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)

Parámetros de tipo

TKey

Tipo de las claves de .

TValue

Tipo de los valores de .

Herencia

Constructores

NotifyDictionaryItemUpdatedEventArgs<TKey,TValue>(ITransaction, TKey, TValue)

Inicializa una nueva instancia de .

Propiedades

Action

Obtiene la acción que provocó el evento.

(Heredado de NotifyDictionaryChangedEventArgs<TKey,TValue>)
Key

Obtiene la clave.

Transaction

Obtiene la transacción a la que pertenece la operación.

(Heredado de NotifyDictionaryTransactionalEventArgs<TKey,TValue>)
Value

Obtiene el valor.

Se aplica a