EventLoopDialogTask 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 EventLoopDialogTask (Func<Microsoft.Bot.Builder.Base.IEventLoop> makeInner, Microsoft.Bot.Builder.Base.IEventProducer<Microsoft.Bot.Connector.IActivity> queue, Microsoft.Bot.Builder.Dialogs.Internals.IBotData botData);
new Microsoft.Bot.Builder.Dialogs.Internals.EventLoopDialogTask : Func<Microsoft.Bot.Builder.Base.IEventLoop> * Microsoft.Bot.Builder.Base.IEventProducer<Microsoft.Bot.Connector.IActivity> * Microsoft.Bot.Builder.Dialogs.Internals.IBotData -> Microsoft.Bot.Builder.Dialogs.Internals.EventLoopDialogTask
Public Sub New (makeInner As Func(Of IEventLoop), queue As IEventProducer(Of IActivity), botData As IBotData)
Parameter
- makeInner
- Func<IEventLoop>
- queue
- IEventProducer<IActivity>
- botData
- IBotData