Partilhar via


NotifyDictionaryItemRemovedEventArgs<TKey,TValue> Construtor

Definição

Inicializa uma nova instância do

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)

Parâmetros

transaction
ITransaction

Transação à qual a operação está relacionada.

key
TKey

Chave que foi removida.

Aplica-se a