OnCondition.ExecuteAsync(ActionContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Méthode appelée pour exécuter les actions de la règle.
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList>> ExecuteAsync (Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext actionContext);
abstract member ExecuteAsync : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList>>
override this.ExecuteAsync : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList>>
Public Overridable Function ExecuteAsync (actionContext As ActionContext) As Task(Of List(Of ActionChangeList))
Paramètres
- actionContext
- ActionContext
Contexte.
Retours
Task avec la liste des modifications de plan.