DialogTaskManager Class  
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.
This class is responsible for managing the set of dialog tasks.
public sealed class DialogTaskManager : Microsoft.Bot.Builder.Dialogs.Internals.IDialogTaskManagertype DialogTaskManager = class
    interface IDialogTaskManager
    interface IDialogTasksPublic NotInheritable Class DialogTaskManager
Implements IDialogTaskManager- Inheritance
- 
				DialogTaskManager
- Implements
Constructors
| DialogTaskManager(String, IBotData, IStackStoreFactory<DialogTask>, Func<IDialogStack,CancellationToken,IDialogContext>, IEventProducer<IActivity>) | 
Explicit Interface Implementations
| IDialogTaskManager.FlushDialogTasks(CancellationToken) | |
| IDialogTaskManager.LoadDialogTasks(CancellationToken) | |
| IDialogTasks.CreateDialogTask() | |
| IDialogTasks.DialogTasks |