Compartilhar via


NotifyDictionaryItemAddedEventArgs<TKey,TValue> Construtor

Definição

Inicializa uma nova instância do

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

Parâmetros

transaction
ITransaction

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

key
TKey

Chave que foi adicionada.

value
TValue

Valor que foi adicionado.

Aplica-se a