Freigeben über


ComponentDialog.EnsureInitializedAsync(DialogContext) Methode

Definition

Stellt sicher, dass das Dialogfeld initialisiert wird.

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

Parameter

outerDc
DialogContext

Der äußere DialogContext.

Gibt zurück

Eine Task, die den asynchronen Vorgang darstellt

Gilt für: