Delen via


ComponentDialog.OnInitializeAsync(DialogContext) Methode

Definitie

Het dialoogvenster wordt geïnitialiseerd.

protected virtual System.Threading.Tasks.Task OnInitializeAsync(Microsoft.Bot.Builder.Dialogs.DialogContext dc);
abstract member OnInitializeAsync : Microsoft.Bot.Builder.Dialogs.DialogContext -> System.Threading.Tasks.Task
override this.OnInitializeAsync : Microsoft.Bot.Builder.Dialogs.DialogContext -> System.Threading.Tasks.Task
Protected Overridable Function OnInitializeAsync (dc As DialogContext) As Task

Parameters

dc
DialogContext

De DialogContext om te initialiseren.

Retouren

Een Task die de asynchrone bewerking vertegenwoordigt.

Van toepassing op