Delen via


AdaptiveDialog.ContinueActionsAsync Methode

Definitie

Wacht totdat acties in behandeling zijn voltooid en gaat verder met 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)

Parameters

dc
DialogContext

De DialogContext voor de huidige wending van het gesprek.

options
Object

Opties die worden gebruikt in de evaluatie.

cancellationToken
CancellationToken

Optioneel, de CancellationToken die kan worden gebruikt door andere objecten of threads om een kennisgeving van annulering te ontvangen.

Retouren

Een Task weergave van DialogTurnResult.

Van toepassing op