国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發(fā)設(shè)計 > 正文

windows服務

2019-11-14 16:08:14
字體:
供稿:網(wǎng)友
 1  public partial class Service1 : ServiceBase 2     { 3        4         public Service1() 5         { 6             InitializeComponent(); 7         } 8  9         PRotected override void OnStop()10         {11             //服務結(jié)束執(zhí)行代碼12         }13         protected override void OnPause()14         {15             //服務暫停執(zhí)行代碼16             base.OnPause();17         }18         protected override void OnContinue()19         {20             //服務恢復執(zhí)行代碼21             base.OnContinue();22         }23         protected override void OnShutdown()24         {25             //系統(tǒng)即將關(guān)閉執(zhí)行代碼26             base.OnShutdown();27         }28 29 30 31         protected override void OnStart(string[] args)32         {33             System.Timers.Timer timer = new System.Timers.Timer(10000000); //間隔10秒34             timer.AutoReset = true;35             timer.Enabled = false;  //執(zhí)行一次36             timer.Elapsed += new ElapsedEventHandler(WriteSomething);37             timer.Start();        38         }39 40 41 42 43 44         private void WriteSomething(object source, System.Timers.ElapsedEventArgs e)45         {46 47             try48             {49 50                 CreateTeam();51                 CreatePerson();52                 UploadAllDir();53             }54             catch55             {56             }57             finally58             {59 60             }61         }62 63 64         public void CreatePerson()65         {66            67         }68 69         70 71         public void CreateTeam()72         {73 74         }75 76 77         public void UploadAllDir() 78         { 79             80         }81 82 83    }
View Code

感謝百度經(jīng)驗分享者:文章轉(zhuǎn)自http://jingyan.baidu.com/article/ea24bc395e16f8da62b331e7.htm及http://jingyan.baidu.com/article/fa4125acb71a8628ac709226.html


發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 周宁县| 双柏县| 绥德县| 共和县| 宁国市| 阳曲县| 汉寿县| 中卫市| 阜宁县| 廉江市| 珠海市| 中宁县| 柳州市| 陆河县| 大理市| 冷水江市| 剑阁县| 马尔康县| 都匀市| 太谷县| 巴东县| 景东| 河源市| 和龙市| 砚山县| 庄河市| 来宾市| 贺州市| 永平县| 桂平市| 巫山县| 靖远县| 宜兰县| 乌苏市| 双柏县| 科技| 莱阳市| 岱山县| 海南省| 昌黎县| 盖州市|