NotifyDictionaryRebuildEventArgs<TKey,TValue> Constructor

Definition

Initializes a new instance of the

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

that can be used to iterate the new state of the .

Applies to