NullDialogDebugger.IDialogDebugger.StepAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- context
- DialogContext
- item
- Object
- more
- String
- cancellationToken
- CancellationToken