Share via


EventQueue<Event> Class

Definition

public sealed class EventQueue<Event> : Microsoft.Bot.Builder.Base.IEventConsumer<Event>, Microsoft.Bot.Builder.Base.IEventProducer<Event>
type EventQueue<'Event> = class
    interface IEventProducer<'Event>
    interface IEventConsumer<'Event>
Public NotInheritable Class EventQueue(Of Event)
Implements IEventConsumer(Of Event), IEventProducer(Of Event)

Type Parameters

Event
Inheritance
EventQueue<Event>
Implements

Constructors

EventQueue<Event>()

Explicit Interface Implementations

IEventConsumer<Event>.TryPull(Event)
IEventProducer<Event>.Post(Event, Action)

Applies to