Dela via


SharePointActivityHandler.OnSharePointTaskGetPropertyPaneConfigurationAsync Metod

Definition

Åsidosätt detta i en härledd klass för att ange logik för att hämta egenskaper för konfigurationsfönstret.

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)

Parametrar

turnContext
ITurnContext<IInvokeActivity>

Ett starkt skrivet kontextobjekt för den här svängen.

aceRequest
AceRequest

ACE anropar nyttolasten för begärandevärdet.

cancellationToken
CancellationToken

En annulleringstoken som kan användas av andra objekt eller trådar för att få meddelande om annullering.

Returer

Ett konfigurationssvar för egenskapsfönstret för begäran.

Gäller för