Partilhar via


EventQueue<Event> Classe

Definição

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)

Parâmetros de Tipo Genérico

Event
Herança
EventQueue<Event>
Implementações

Construtores

EventQueue<Event>()

Implementações de Interface Explícita

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

Aplica-se a