EventLoopDialogTask 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 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)
Parameters
- makeInner
- Func<IEventLoop>
- queue
- IEventProducer<IActivity>
- botData
- IBotData