다음을 통해 공유


BotFrameworkOptions.State 속성

정의

주의

This property is no longer used by the framework. Please see documentation for more details.

OBSOLETE: 이 속성은 프레임워크에서 더 이상 사용되지 않습니다.

[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 변수를 사용하는 것이 좋습니다.

적용 대상