共用方式為


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

適用於