Share via


NotifyDictionaryRebuildEventArgs<TKey,TValue> Constructor

Definition

Initializes a new instance of the <cref name="NotifyDictionaryRebuildEventArgs"></cref>

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)))

Parameters

enumerableState
IAsyncEnumerable<KeyValuePair<TKey,TValue>>

<cref name="IAsyncEnumerable"></cref> that can be used to iterate the new state of the <cref name="IReliableDictionary"></cref>.

Applies to