Share via


DebugSupport.DebuggerStepAsync Method

Definition

Call into active IDialogDebugger and let it know that we are at given point in the dialog.

public static System.Threading.Tasks.Task DebuggerStepAsync(this Microsoft.Agents.Builder.Dialogs.DialogContext context, Microsoft.Agents.Builder.Dialogs.Dialog dialog, string more, System.Threading.CancellationToken cancellationToken);
static member DebuggerStepAsync : Microsoft.Agents.Builder.Dialogs.DialogContext * Microsoft.Agents.Builder.Dialogs.Dialog * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DebuggerStepAsync (context As DialogContext, dialog As Dialog, more As String, cancellationToken As CancellationToken) As Task

Parameters

context
DialogContext

dialogContext.

dialog
Dialog

dialog.

more
String

label.

cancellationToken
CancellationToken

cancellation token for async operations.

Returns

async task.

Applies to