Freigeben über


CancelAllDialogsBase(Boolean) Konstruktor

Definition

Initialisiert eine neue Instanz der CancelAllDialogsBase-Klasse.

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)

Parameter

cancelAll
Boolean

Legen Sie auf fest true , um alle Dialogfelder abzubrechen, andernfalls false .

Gilt für: