CancelAllDialogsBase(Boolean) Constructor

Definition

Initializes a new instance of the CancelAllDialogsBase class.

public CancelAllDialogsBase (bool cancelAll);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.CancelAllDialogsBase : bool -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.CancelAllDialogsBase
Public Sub New (cancelAll As Boolean)

Parameters

cancelAll
Boolean

Set to true to cancel all dialogs; false otherwise.

Applies to