Udostępnij za pośrednictwem


InputDialog.OnPreBubbleEventAsync Metoda

Definicja

Wywoływane przed zdarzeniem jest bąbelkowe do jego elementu nadrzędnego.

protected override System.Threading.Tasks.Task<bool> OnPreBubbleEventAsync (Microsoft.Bot.Builder.Dialogs.DialogContext dc, Microsoft.Bot.Builder.Dialogs.DialogEvent e, System.Threading.CancellationToken cancellationToken);
override this.OnPreBubbleEventAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * Microsoft.Bot.Builder.Dialogs.DialogEvent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Protected Overrides Function OnPreBubbleEventAsync (dc As DialogContext, e As DialogEvent, cancellationToken As CancellationToken) As Task(Of Boolean)

Parametry

dc
DialogContext

Wartość DialogContext dla bieżącego zwrotu konwersacji.

e
DialogEvent

Zdarzenie jest zgłaszane.

cancellationToken
CancellationToken

Opcjonalnie element , CancellationToken który może być używany przez inne obiekty lub wątki do otrzymywania powiadomienia o anulowaniu.

Zwraca

Czy zdarzenie jest obsługiwane przez bieżące okno dialogowe i dalsze przetwarzanie powinno zostać zatrzymane.

Dotyczy