ActionContext.QueueChanges(ActionChangeList) Metodo

Definizione

Accoda un set di modifiche che verranno applicate quando ApplyChanges viene chiamato.

public void QueueChanges (Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList changes);
member this.QueueChanges : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList -> unit
Public Sub QueueChanges (changes As ActionChangeList)

Parametri

changes
ActionChangeList

Pianificare le modifiche apportate alla coda.

Si applica a