EventQueue<Event> Class
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 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) |