ComponentDialog.EnsureInitializedAsync(DialogContext) Method

Definition

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.

Applies to