Beispiel #1
0
 /**
  * SessionFailRetryLoop must be started
  */
 public void start()
 {
     if (Thread.CurrentThread != ourThread)
     {
         throw new InvalidOperationException("Not in the correct thread");
     }
     client.addParentWatcher(watcher);
 }