共用方式為


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

對話內容。

傳回值

表示對話方塊開始程式碼的工作。

適用於