Click or drag to resize
IEventQueueNextEvent Method
Overload List
  NameDescription
Public methodNextEvent
Retrieves the next Event available for processing.

This method is the same as calling NextEvent(Int64) with 0 milliseconds.

Public methodNextEvent(Int64)
Retrieves the next Event available for processing.

If no event is available immediately, wait for timeoutMillis milliseconds for an event to arrive. If no event is received before the timeout expires returns a TIMEOUT event. If the timeout is specified as 0 then wait for an infinite amount of time for an event to be received.

Top
See Also