Partager via


OnCondition.ExecuteAsync(ActionContext) Méthode

Définition

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.

S’applique à