Delen via


OnCondition.ExecuteAsync(ActionContext) Methode

Definitie

Methode aangeroepen om de acties van de regel uit te voeren.

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))

Parameters

actionContext
ActionContext

Context.

Retouren

Een Task met lijst met plannen wijzigen.

Van toepassing op