ComponentDialog.EnsureInitializedAsync(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.
Ensures the dialog is initialized.
protected System.Threading.Tasks.Task EnsureInitializedAsync (Microsoft.Bot.Builder.Dialogs.DialogContext outerDc);
member this.EnsureInitializedAsync : Microsoft.Bot.Builder.Dialogs.DialogContext -> System.Threading.Tasks.Task
Protected Function EnsureInitializedAsync (outerDc As DialogContext) As Task
Parameters
- outerDc
- DialogContext
The outer DialogContext.
Returns
A Task representing the asynchronous operation.