SharePointActivityHandler.OnSharePointTaskGetPropertyPaneConfigurationAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 창 속성을 가져오기 위한 논리를 제공하려면 파생 클래스에서 이를 재정의합니다.
protected virtual System.Threading.Tasks.Task<Microsoft.Bot.Schema.SharePoint.GetPropertyPaneConfigurationResponse> OnSharePointTaskGetPropertyPaneConfigurationAsync (Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IInvokeActivity> turnContext, Microsoft.Bot.Schema.SharePoint.AceRequest aceRequest, System.Threading.CancellationToken cancellationToken);
abstract member OnSharePointTaskGetPropertyPaneConfigurationAsync : Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IInvokeActivity> * Microsoft.Bot.Schema.SharePoint.AceRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.SharePoint.GetPropertyPaneConfigurationResponse>
override this.OnSharePointTaskGetPropertyPaneConfigurationAsync : Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IInvokeActivity> * Microsoft.Bot.Schema.SharePoint.AceRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.SharePoint.GetPropertyPaneConfigurationResponse>
Protected Overridable Function OnSharePointTaskGetPropertyPaneConfigurationAsync (turnContext As ITurnContext(Of IInvokeActivity), aceRequest As AceRequest, cancellationToken As CancellationToken) As Task(Of GetPropertyPaneConfigurationResponse)
매개 변수
- turnContext
- ITurnContext<IInvokeActivity>
이 턴에 대한 강력한 형식의 컨텍스트 개체입니다.
- aceRequest
- AceRequest
ACE는 요청 값 페이로드를 호출합니다.
- cancellationToken
- CancellationToken
다른 개체 또는 스레드에서 취소 알림을 받는 데 사용할 수 있는 취소 토큰입니다.
반환
요청에 대한 속성 창 구성 응답입니다.