Partager via


Extensions.InterruptAsync<T,R> Méthode

Définition

Interrompre la boîte de dialogue d’attente avec une nouvelle boîte de dialogue

public static System.Threading.Tasks.Task InterruptAsync<T,R> (this Microsoft.Bot.Builder.Dialogs.Internals.IDialogTask task, Microsoft.Bot.Builder.Dialogs.IDialog<T> dialog, R item, System.Threading.CancellationToken token);
static member InterruptAsync : Microsoft.Bot.Builder.Dialogs.Internals.IDialogTask * Microsoft.Bot.Builder.Dialogs.IDialog<'T> * 'R * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function InterruptAsync(Of T, R) (task As IDialogTask, dialog As IDialog(Of T), item As R, token As CancellationToken) As Task

Paramètres de type

T

Type de résultat attendu de la boîte de dialogue.

R

Type de l’élément publié dans la boîte de dialogue.

Paramètres

task
IDialogTask

Tâche de dialogue.

dialog
IDialog<T>

Nouvelle boîte de dialogue d’interruption.

item
R

Élément à transférer vers la nouvelle boîte de dialogue d’interruption.

token
CancellationToken

Jeton d'annulation.

Retours

Tâche qui représente l’opération d’interruption.

S’applique à