示例#1
0
 public void Start()
 {
     _timer = _threading.TimerCallback(TimeSpan.FromSeconds(10), ScheduleExecuteIfNeeded);
 }