Share via


ActionContext.QueueChanges(ActionChangeList) 메서드

정의

ApplyChanges가 호출될 때 적용될 변경 내용 집합을 큐에 대기합니다.

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)

매개 변수

changes
ActionChangeList

큐에 대기하도록 변경 내용을 계획합니다.

적용 대상