NotifyDictionaryTransactionalEventArgs<TKey,TValue> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the DictionaryChanged event caused by a transactional operation.
public abstract class NotifyDictionaryTransactionalEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<TKey,TValue>
type NotifyDictionaryTransactionalEventArgs<'Key, 'Value> = class
inherit NotifyDictionaryChangedEventArgs<'Key, 'Value>
Public MustInherit Class NotifyDictionaryTransactionalEventArgs(Of TKey, TValue)
Inherits NotifyDictionaryChangedEventArgs(Of TKey, TValue)
Type Parameters
- TKey
The type of the keys in the <cref name="IReliableDictionary"></cref>.
- TValue
The type of the values in the <cref name="IReliableDictionary"></cref>.
- Inheritance
-
NotifyDictionaryTransactionalEventArgs<TKey,TValue>
- Derived
Constructors
| Name | Description |
|---|---|
| NotifyDictionaryTransactionalEventArgs<TKey,TValue>(ITransaction, NotifyDictionaryChangedAction) |
Initializes a new instance of the <cref name="NotifyDictionaryTransactionalEventArgs"></cref> |
Properties
| Name | Description |
|---|---|
| Action |
Gets the action that caused the event. (Inherited from NotifyDictionaryChangedEventArgs<TKey,TValue>) |
| Transaction |
Gets the transaction that the operation belongs to. |