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.TaskProtected Overridable Function OnInitializeAsync (dc As DialogContext) As TaskParameters
The DialogContext to initialize.
Returns
A Task representing the asynchronous operation.