IReliableDictionary<TKey,TValue>.DictionaryChanged Ereignis

Definition

Tritt auf, wenn sich das Reliable Dictionary ändert. Beispiel: Hinzufügen, Aktualisieren oder Entfernen eines Elements.

event EventHandler<Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<TKey,TValue>> DictionaryChanged;
member this.DictionaryChanged : EventHandler<Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<'Key, 'Value>> 
Event DictionaryChanged As EventHandler(Of NotifyDictionaryChangedEventArgs(Of TKey, TValue)) 

Ereignistyp

Gilt für: