NotifyDictionaryRebuildEventArgs<TKey,TValue> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 .