EventQueue Methods |
The EventQueue type exposes the following members.
Name | Description | |
---|---|---|
NextEvent |
Retrieves the next event available for processing on this EventQueue.
| |
NextEvent(Int64) |
Retrieves the next event available for processing on this EventQueue.
| |
Purge |
Purge all events from this Event Queue and cancel all Requests that this
Event Queue is associated with.
| |
TryNextEvent |
Tries to retrieve the next event available for processing on this
EventQueue.
|