示例#1
0
 public virtual Interval Stop()
 {
     _loop_timer.Stop();
     _loop_timer.Kill();
     return(this);
 }