Microsoft.ServiceFabric.Data.Notifications Namespace

Classes

NotifyDictionaryChangedEventArgs<TKey,TValue>

Provides data for the DictionaryChanged event.

NotifyDictionaryClearEventArgs<TKey,TValue>

Provides data for the DictionaryChanged event caused by a clear operation.

NotifyDictionaryItemAddedEventArgs<TKey,TValue>

Provides data for the DictionaryChanged event caused by item addition.

NotifyDictionaryItemRemovedEventArgs<TKey,TValue>

Provides data for the DictionaryChanged event caused by item removal.

NotifyDictionaryItemUpdatedEventArgs<TKey,TValue>

Provides data for the DictionaryChanged event caused by item update.

NotifyDictionaryRebuildEventArgs<TKey,TValue>

Provides data for the RebuildNotificationAsyncCallback event caused by a rebuild operation. Rebuild notification is fired at the end of recovery, copy or restore of reliable state.

NotifyDictionaryTransactionalEventArgs<TKey,TValue>

Provides data for the DictionaryChanged event caused by a transactional operation.

NotifyStateManagerChangedEventArgs

Provides data for the StateManagerChanged event.

NotifyStateManagerRebuildEventArgs

Provides data for the StateManagerChanged event caused by a rebuild. Commonly called during recovery, restore and end of copy.

NotifyStateManagerSingleEntityChangedEventArgs

Provides data for the DictionaryChanged event caused by a transactional single entity operation.

NotifyTransactionChangedEventArgs

Event arguments for transactions.

Enums

NotifyDictionaryChangedAction

Describes the action that caused the DictionaryChanged event.

NotifyStateManagerChangedAction

Describes the action that caused the StateManagerChanged event.

NotifyTransactionChangedAction

Describes the action that caused the TransactionChanged event.