Esempio n. 1
0
 public void Restart()
 {
     // Signal the back-end to restart.
     // Will block until the restart has completed.
     backEnd.Restart();
 }