ISelector.select

Wait indefinitely for I/O events from the registered conduits.

  1. int select()
    interface ISelector
    abstract
    int
    select
    ()
  2. int select(TimeSpan timeout)
  3. int select(double timeout)

Return Value

Type: int

The amount of conduits that have received events; 0 if no conduits have received events within the specified timeout and -1 if there was an error.

Meta