DialogTaskManager Constructor
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.
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>
- contextFactory
- Func<IDialogStack,CancellationToken,IDialogContext>
- queue
- IEventProducer<IActivity>