DialogTaskManager Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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))
Parameter
- blobKeyPrefix
- String
- botData
- IBotData
- stackStoreFactory
- IStackStoreFactory<DialogTask>
- contextFactory
- Func<IDialogStack,CancellationToken,IDialogContext>
- queue
- IEventProducer<IActivity>