次の方法で共有


NotifyDictionaryRebuildEventArgs<TKey,TValue> コンストラクター

定義

の新しいインスタンスを初期化します。

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

パラメーター

enumerableState
IAsyncEnumerable<KeyValuePair<TKey,TValue>>

の新しい状態 を反復処理するために使用できる 。

適用対象