NullDialogDebugger.IDialogDebugger.StepAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
System.Threading.Tasks.Task IDialogDebugger.StepAsync (Microsoft.Bot.Builder.Dialogs.DialogContext context, object item, string more, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger.StepAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * obj * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.Microsoft.Bot.Builder.Dialogs.Debugging.IDialogDebugger.StepAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * obj * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Function StepAsync (context As DialogContext, item As Object, more As String, cancellationToken As CancellationToken) As Task Implements IDialogDebugger.StepAsync
Parameter
- context
- DialogContext
- item
- Object
- more
- String
- cancellationToken
- CancellationToken