EventQueue<Event> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
類型參數
- Event
- 繼承
-
EventQueue<Event>
- 實作
建構函式
| EventQueue<Event>() |
明確介面實作
| IEventConsumer<Event>.TryPull(Event) | |
| IEventProducer<Event>.Post(Event, Action) |