Share via


AdaptiveDialog.ContinueActionsAsync Methode

Definition

Wartet, bis ausstehende Aktionen abgeschlossen sind, und wechselt zu OnEndOfActions.

protected System.Threading.Tasks.Task<Microsoft.Bot.Builder.Dialogs.DialogTurnResult> ContinueActionsAsync (Microsoft.Bot.Builder.Dialogs.DialogContext dc, object options, System.Threading.CancellationToken cancellationToken);
member this.ContinueActionsAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Dialogs.DialogTurnResult>
Protected Function ContinueActionsAsync (dc As DialogContext, options As Object, cancellationToken As CancellationToken) As Task(Of DialogTurnResult)

Parameter

dc
DialogContext

Der DialogContext für den aktuellen Gesprächsverlauf.

options
Object

Bei der Auswertung verwendete Optionen.

cancellationToken
CancellationToken

Optional, die CancellationToken von anderen Objekten oder Threads verwendet werden kann, um eine Kündigungsbenachrichtigung zu erhalten.

Gibt zurück

Eine Task Darstellung von DialogTurnResult.

Gilt für: