Share via


DialogTaskManager Constructor

Definition

public DialogTaskManager (string blobKeyPrefix, Microsoft.Bot.Builder.Dialogs.Internals.IBotData botData, Microsoft.Bot.Builder.Internals.Fibers.IStackStoreFactory<Microsoft.Bot.Builder.Dialogs.Internals.DialogTask> stackStoreFactory, Func<Microsoft.Bot.Builder.Dialogs.Internals.IDialogStack,System.Threading.CancellationToken,Microsoft.Bot.Builder.Dialogs.IDialogContext> contextFactory, Microsoft.Bot.Builder.Base.IEventProducer<Microsoft.Bot.Connector.IActivity> queue);
new Microsoft.Bot.Builder.Dialogs.Internals.DialogTaskManager : string * Microsoft.Bot.Builder.Dialogs.Internals.IBotData * Microsoft.Bot.Builder.Internals.Fibers.IStackStoreFactory<Microsoft.Bot.Builder.Dialogs.Internals.DialogTask> * Func<Microsoft.Bot.Builder.Dialogs.Internals.IDialogStack, System.Threading.CancellationToken, Microsoft.Bot.Builder.Dialogs.IDialogContext> * Microsoft.Bot.Builder.Base.IEventProducer<Microsoft.Bot.Connector.IActivity> -> Microsoft.Bot.Builder.Dialogs.Internals.DialogTaskManager
Public Sub New (blobKeyPrefix As String, botData As IBotData, stackStoreFactory As IStackStoreFactory(Of DialogTask), contextFactory As Func(Of IDialogStack, CancellationToken, IDialogContext), queue As IEventProducer(Of IActivity))

Parameters

blobKeyPrefix
String
botData
IBotData
stackStoreFactory
IStackStoreFactory<DialogTask>

Applies to