NotifyDictionaryItemRemovedEventArgs<TKey,TValue> Constructor

Definition

Initializes a new instance of the

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

Parameters

transaction
ITransaction

Transaction that the operation is related to.

key
TKey

Key that was removed.

Applies to