Partilhar via


NullDialogDebugger.IDialogDebugger.StepAsync Método

Definição

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

Parâmetros

context
DialogContext
item
Object
more
String
cancellationToken
CancellationToken

Devoluções

Implementações

Aplica-se a