EventLoopDialogTask Class

Definition

public sealed class EventLoopDialogTask : Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot
type EventLoopDialogTask = class
    interface IPostToBot
Public NotInheritable Class EventLoopDialogTask
Implements IPostToBot
Inheritance
EventLoopDialogTask
Implements

Constructors

Name Description
EventLoopDialogTask(Func<IEventLoop>, IEventProducer<IActivity>, IBotData)

Explicit Interface Implementations

Name Description
IPostToBot.PostAsync(IActivity, CancellationToken)

Applies to