ComponentDialog.OnInitializeAsync(DialogContext) 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.
Initilizes the dialog.
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
The DialogContext to initialize.
Returns
A Task representing the asynchronous operation.