BotFrameworkOptions.State 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 변수를 사용하는 것이 좋습니다.