Exemplo n.º 1
0
 public virtual Scheduler SetDelay(long delay)
 {
     _loop_timer.SetDelay(delay);
     return(this);
 }
Exemplo n.º 2
0
 public virtual Interval SetDelay(long d)
 {
     _loop_timer.SetDelay(d);
     return(this);
 }