QueueDrainingDialogTask(IPostToBot, IBotToUser, IMessageQueue) 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 QueueDrainingDialogTask (Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot inner, Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser botToUser, Microsoft.Bot.Builder.Dialogs.Internals.IMessageQueue messageQueue);
new Microsoft.Bot.Builder.Dialogs.Internals.QueueDrainingDialogTask : Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot * Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser * Microsoft.Bot.Builder.Dialogs.Internals.IMessageQueue -> Microsoft.Bot.Builder.Dialogs.Internals.QueueDrainingDialogTask
Public Sub New (inner As IPostToBot, botToUser As IBotToUser, messageQueue As IMessageQueue)
Parameters
- inner
- IPostToBot
- botToUser
- IBotToUser
- messageQueue
- IMessageQueue