你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotifyDictionaryRebuildEventArgs<TKey,TValue>.State 属性

定义

获取一个异步枚举对象,其中包含 中的所有 项。

public Microsoft.ServiceFabric.Data.IAsyncEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>> State { get; }
member this.State : Microsoft.ServiceFabric.Data.IAsyncEnumerable<System.Collections.Generic.KeyValuePair<'Key, 'Value>>
Public ReadOnly Property State As IAsyncEnumerable(Of KeyValuePair(Of TKey, TValue))

属性值

包含新状态的异步枚举。

适用于