Beispiel #1
0
 public IStatefullLoop <T> WhenFailed(Action <Exception> action)
 {
     _loop.WhenFailed(action);
     return(this);
 }
Beispiel #2
0
 public ActiveObject <T> WhenFailed(Action <Exception> action)
 {
     _loop.WhenFailed(action);
     return(this);
 }