System.Threading.Timer多线程计时器
System.Threading.Timer t2 = null;
t2 = new System.Threading.Timer(new System.Threading.TimerCallback(timerCall), this, 30000, 60000);//预留30s进行检测
https://jingyan.baidu.com/article/8ebacdf024593049f65...
转载
2019-02-13 10:52:18 ·
977 阅读 ·
0 评论