Share via


IDialogDebugger.StepAsync Method

Definition

Task representing information in a given point of an 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

The DialogContext object for this turn.

item
Object

Object item in debugger.

more
String

Additional information.

cancellationToken
CancellationToken

A cancellation token that can be used by other objects or threads to receive notice of cancellation.

Returns

A Task representing the asynchronous operation.

Applies to