IEventQueue<T> Methods |
The IEventQueue<T> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear |
Clears the Event Queue.
|
![]() | Dequeue |
Removes the first Event from the Queue.
|
![]() | Enqueue |
Adds an Event to the end of the Queue.
|
![]() | Peek |
Gets the first Event from the Queue without removing it.
|