BotFrameworkOptions.State 属性

定义

注意

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 变量和闭包。

适用于