Example #1
0
 public void Stop()
 {
     EnsureStarted();
     _headEventReader.Pause();
     _headEventReader = null;
     _started         = false;
 }