Dela via


StartAsync Delegera

Definition

Kapsla in en metod som representerar koden för att starta en dialogruta.

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

Parametrar

context
IDialogContext

Dialogkontexten.

Returvärde

En uppgift som representerar startkoden för en dialogruta.

Gäller för