FormDialog<T>.IDialog<T>.StartAsync(IDialogContext) 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.
System.Threading.Tasks.Task IDialog<T>.StartAsync (Microsoft.Bot.Builder.Dialogs.IDialogContext context);
abstract member Microsoft.Bot.Builder.Dialogs.IDialog<T>.StartAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext -> System.Threading.Tasks.Task
override this.Microsoft.Bot.Builder.Dialogs.IDialog<T>.StartAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext -> System.Threading.Tasks.Task
Function StartAsync (context As IDialogContext) As Task Implements IDialog(Of T).StartAsync
Parameters
- context
- IDialogContext