扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
运行Visual Studio.NET,建立一个C#的Windows服务项目。
主
以下是引用片段: using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.ServiceProcess; using System.Threading; using System. namespace CareEye ...{ public class CareEye : System.ServiceProcess.ServiceBase ...{ private Thread MainThread; /**//// /// 必需的 /// private System.ComponentModel.Container components = null; public CareEye() ...{ // 该调用是 Windows.Forms 组件设计器所必需的。 InitializeComponent(); // TODO: 在 InitComponent 调用后添加任何初始化 MainThread = new Thread(new ThreadStart(ThreadFunc)); MainThread.Priority = ThreadPriority.Lowest; } // 进程的主入口点 static void Main() ...{ //System.ServiceProcess.ServiceBase[] ServicesToRun; // 同一进程中可以运行多个用户服务。若要将 //另一个服务添加到此进程,请更改下行 // 以创建另一个服务对象。例如, // // ServicesToRun = New System.ServiceProcess.ServiceBase[] {new CareEye(), new MySecondUserService()}; // //ServicesToRun = new System.ServiceProcess.ServiceBase[] { new CareEye() }; System.ServiceProcess.ServiceBase.Run(new CareEye()); } /**//// /// 设计器 /// 修改此方法的内容。 /// private void InitializeComponent() |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者