NotifyDictionaryTransactionalEventArgs<TKey,TValue> Constructor

Definition

Initializes a new instance of the

public NotifyDictionaryTransactionalEventArgs (Microsoft.ServiceFabric.Data.ITransaction transaction, Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedAction action);
new Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryTransactionalEventArgs<'Key, 'Value> : Microsoft.ServiceFabric.Data.ITransaction * Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedAction -> Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryTransactionalEventArgs<'Key, 'Value>
Public Sub New (transaction As ITransaction, action As NotifyDictionaryChangedAction)

Parameters

transaction
ITransaction

Transaction that the operation is related to.

action
NotifyDictionaryChangedAction

Type of the change.

Applies to