Click or drag to resize
EventQueue Methods

The EventQueue type exposes the following members.

Methods
  NameDescription
Public methodNextEvent
Retrieves the next event available for processing on this EventQueue.
Public methodNextEvent(Int64)
Retrieves the next event available for processing on this EventQueue.
Public methodPurge
Purge all events from this Event Queue and cancel all Requests that this Event Queue is associated with.
Public methodTryNextEvent
Tries to retrieve the next event available for processing on this EventQueue.
Top
See Also