Esempio n. 1
0
 // Send round-robin to destinations to try and get better network utilization
 public override void OnNotify(IterationIn <Epoch> time)
 {
     if (time.iteration < this.Iterations)
     {
         this.NotifyAt(new IterationIn <Epoch>(time.outerTime, time.iteration + 1));
     }
 }
Esempio n. 2
0
 public override void OnNotify(IterationIn <T> time)
 {
     // nothing to do here
 }
Esempio n. 3
0
 public override void OnDone(IterationIn <T> time)
 {
     // nothing to do here
 }