Click or drag to resize

IEventQueue<T> Methods

The IEventQueue<T> generic type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the Event Queue.
Public methodDequeue
Removes the first Event from the Queue.
Public methodEnqueue
Adds an Event to the end of the Queue.
Public methodPeek
Gets the first Event from the Queue without removing it.
Top
See Also