IDialogTaskManager.LoadDialogTasks(CancellationToken) 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.
Loads the DialogTasks from IBotDataBag.
public System.Threading.Tasks.Task LoadDialogTasks (System.Threading.CancellationToken token);
abstract member LoadDialogTasks : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function LoadDialogTasks (token As CancellationToken) As Task
Parameters
- token
- CancellationToken
The cancellation token.