次の方法で共有


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 の変数とクロージャを使用することを検討してください。

適用対象