IDialogDebugger.StepAsync 方法

定义

表示项的给定点中的信息的任务。

public System.Threading.Tasks.Task StepAsync (Microsoft.Bot.Builder.Dialogs.DialogContext context, object item, string more, System.Threading.CancellationToken cancellationToken);
abstract member StepAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * obj * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function StepAsync (context As DialogContext, item As Object, more As String, cancellationToken As CancellationToken) As Task

参数

context
DialogContext

DialogContext此轮次的对象。

item
Object

调试器中的对象项。

more
String

其他信息。

cancellationToken
CancellationToken

可由其他对象或线程用以接收取消通知的取消标记。

返回

表示异步操作的 Task

适用于