Exemplo n.º 1
0
 public void ReadStop()
 {
     CheckError(Uvi.uv_read_stop(this.Handle));
     _isReading    = false;
     _readCallback = null;
 }