StartAsync 委托

定义

封装表示用于启动对话的代码的方法。

public delegate System.Threading.Tasks.Task StartAsync(IDialogContext context);
type StartAsync = delegate of IDialogContext -> Task
Public Delegate Function StartAsync(context As IDialogContext) As Task 

参数

context
IDialogContext

对话框上下文。

返回值

表示对话的开始代码的任务。

适用于