BotFrameworkOptions.State 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This property is no longer used by the framework. Please see documentation for more details.
过时:该属性不再被框架使用。
[System.Obsolete("This property is no longer used by the framework. Please see documentation for more details.")]
public System.Collections.Generic.IList<Microsoft.Bot.Builder.BotState> State { get; }
[<System.Obsolete("This property is no longer used by the framework. Please see documentation for more details.")>]
member this.State : System.Collections.Generic.IList<Microsoft.Bot.Builder.BotState>
Public ReadOnly Property State As IList(Of BotState)
属性值
房地产州供应商名单。
- 属性
注解
该属性曾用于 BotState 在服务配置阶段传播实例,但从未在运行时使用,且正被淘汰以减少状态API的表面积。 相反,可以考虑简单地使用一个合适的范围 BotState 变量和闭包。