DebugSupport.DebuggerStepAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
DebuggerStepAsync(DialogContext, Dialog, String, CancellationToken) |
Roep het actieve IDialogDebugger aan en laat weten dat we ons op een bepaald punt in het dialoogvenster bevinden. |
DebuggerStepAsync(DialogContext, Recognizer, String, CancellationToken) |
Roep het actieve IDialogDebugger aan en laat weten dat we ons op een bepaald punt in de Recognizer bevinden. |
DebuggerStepAsync(DialogContext, IRecognizer, String, CancellationToken) |
Roep het actieve IDialogDebugger aan en laat weten dat we ons op een bepaald punt in de Recognizer bevinden. |
DebuggerStepAsync(DialogContext, Dialog, String, CancellationToken)
Roep het actieve IDialogDebugger aan en laat weten dat we ons op een bepaald punt in het dialoogvenster bevinden.
public static System.Threading.Tasks.Task DebuggerStepAsync(this Microsoft.Bot.Builder.Dialogs.DialogContext context, Microsoft.Bot.Builder.Dialogs.Dialog dialog, string more, System.Threading.CancellationToken cancellationToken);
static member DebuggerStepAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * Microsoft.Bot.Builder.Dialogs.Dialog * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DebuggerStepAsync (context As DialogContext, dialog As Dialog, more As String, cancellationToken As CancellationToken) As Task
Parameters
- context
- DialogContext
dialogContext.
- dialog
- Dialog
Dialoogvenster.
- more
- String
Label.
- cancellationToken
- CancellationToken
annuleringstoken voor asynchrone bewerkingen.
Retouren
asynchrone taak.
Van toepassing op
DebuggerStepAsync(DialogContext, Recognizer, String, CancellationToken)
Roep het actieve IDialogDebugger aan en laat weten dat we ons op een bepaald punt in de Recognizer bevinden.
public static System.Threading.Tasks.Task DebuggerStepAsync(this Microsoft.Bot.Builder.Dialogs.DialogContext context, Microsoft.Bot.Builder.Dialogs.Recognizer recognizer, string more, System.Threading.CancellationToken cancellationToken);
static member DebuggerStepAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * Microsoft.Bot.Builder.Dialogs.Recognizer * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DebuggerStepAsync (context As DialogContext, recognizer As Recognizer, more As String, cancellationToken As CancellationToken) As Task
Parameters
- context
- DialogContext
dialogContext.
- recognizer
- Recognizer
Recognizer.
- more
- String
Label.
- cancellationToken
- CancellationToken
annuleringstoken voor asynchrone bewerkingen.
Retouren
asynchrone taak.
Van toepassing op
DebuggerStepAsync(DialogContext, IRecognizer, String, CancellationToken)
Roep het actieve IDialogDebugger aan en laat weten dat we ons op een bepaald punt in de Recognizer bevinden.
public static System.Threading.Tasks.Task DebuggerStepAsync(this Microsoft.Bot.Builder.Dialogs.DialogContext context, Microsoft.Bot.Builder.IRecognizer recognizer, string more, System.Threading.CancellationToken cancellationToken);
static member DebuggerStepAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * Microsoft.Bot.Builder.IRecognizer * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DebuggerStepAsync (context As DialogContext, recognizer As IRecognizer, more As String, cancellationToken As CancellationToken) As Task
Parameters
- context
- DialogContext
dialogContext.
- recognizer
- IRecognizer
Recognizer.
- more
- String
Label.
- cancellationToken
- CancellationToken
annuleringstoken voor asynchrone bewerkingen.
Retouren
asynchrone taak.