Extensions.DebuggerStepAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Call into active IDialogDebugger and let it know that we are at given point.
public static System.Threading.Tasks.Task DebuggerStepAsync (this Microsoft.Bot.Builder.Dialogs.DialogContext context, Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnCondition conditional, Microsoft.Bot.Builder.Dialogs.DialogEvent dialogEvent, System.Threading.CancellationToken cancellationToken);
static member DebuggerStepAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnCondition * Microsoft.Bot.Builder.Dialogs.DialogEvent * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DebuggerStepAsync (context As DialogContext, conditional As OnCondition, dialogEvent As DialogEvent, cancellationToken As CancellationToken) As Task
Parameters
- context
- DialogContext
The DialogContext for the current turn of conversation.
- conditional
- OnCondition
Condition to trigger the event.
- dialogEvent
- DialogEvent
The event being raised.
- cancellationToken
- CancellationToken
The CancellationToken for this task.
Returns
A Task representing the asynchronous operation.