Freigeben über


IDialogDebugger.StepAsync Methode

Definition

Aufgabe, die Informationen in einem bestimmten Punkt eines Elements darstellt.

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

Parameter

context
DialogContext

Das DialogContext Objekt für diese Wendung.

item
Object

Objektelement im Debugger.

more
String

Zusätzliche Informationen.

cancellationToken
CancellationToken

Ein Abbruchtoken, das von anderen Objekten oder Threads verwendet werden kann, um Nachricht vom Abbruch zu empfangen.

Gibt zurück

Eine Task, die den asynchronen Vorgang darstellt

Gilt für: