Example #1
0
 /**
  * Begins an extended rendezvous
  *
  * @see ChannelInput.beginExtRead
  * @return The object read from the channel
  */
 public override Object startRead()
 {
     return(channel.startRead());
 }