Exemplo n.º 1
0
 static bool DoRetry(RetryWatch w)
 {
     try {
         DoConvert(w.eventArgs, w.watcher);
         return(true);
     } catch (System.IO.IOException) {
         return(false);
     }
 }
Exemplo n.º 2
0
 static bool DoRetry(RetryWatch w) {
     try {
         DoConvert(w.eventArgs, w.watcher);
         return true;
     } catch (System.IO.IOException) {
         return false;
     }
 }