Delen via


IDialogDebugger.StepAsync Methode

Definitie

Taak die informatie vertegenwoordigt op een bepaald punt van een item.

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

Parameters

context
DialogContext

Het DialogContext object voor deze beurt.

item
Object

Objectitem in foutopsporingsprogramma.

more
String

Aanvullende informatie.

cancellationToken
CancellationToken

Een annuleringstoken dat kan worden gebruikt door andere objecten of threads om een kennisgeving van annulering te ontvangen.

Retouren

Een Task die de asynchrone bewerking vertegenwoordigt.

Van toepassing op