Partager via


NotifyDictionaryRebuildEventArgs<TKey,TValue> Constructeur

Définition

Initialise une nouvelle instance du .

public NotifyDictionaryRebuildEventArgs (Microsoft.ServiceFabric.Data.IAsyncEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>> enumerableState);
new Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryRebuildEventArgs<'Key, 'Value> : Microsoft.ServiceFabric.Data.IAsyncEnumerable<System.Collections.Generic.KeyValuePair<'Key, 'Value>> -> Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryRebuildEventArgs<'Key, 'Value>
Public Sub New (enumerableState As IAsyncEnumerable(Of KeyValuePair(Of TKey, TValue)))

Paramètres

enumerableState
IAsyncEnumerable<KeyValuePair<TKey,TValue>>

qui peut être utilisé pour itérer le nouvel état du .

S’applique à