Partager via


DialogTaskManager Constructeur

Définition

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))

Paramètres

blobKeyPrefix
String
botData
IBotData
stackStoreFactory
IStackStoreFactory<DialogTask>

S’applique à