Delen via


ComponentDialog.EnsureInitializedAsync(DialogContext) Methode

Definitie

Zorgt ervoor dat het dialoogvenster is geïnitialiseerd.

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

De buitenste DialogContext.

Retouren

Een Task die de asynchrone bewerking vertegenwoordigt.

Van toepassing op