gpt4 book ai didi

c# - 启动 Windows 服务的超时时间是多少?

转载 作者:太空狗 更新时间:2023-10-29 17:29:38 30 4
gpt4 key购买 nike

我已经部署了我的 Windows 服务(使用独立的安装程序类和 SC.EXE),但是当我尝试启动它时出现错误:

---------------------------
Services
---------------------------
Could not start the MyName service on Local Computer.



Error 1053: The service did not respond to the start or control request in a timely fashion.

什么是超时?感觉大约 3 秒。如果我的服务需要更长的时间,我需要做什么?

最佳答案

在您的服务类中,在您的 OnStart/OnStop 方法中使用 ServiceBase.RequestAdditionalTime():

// request an additional 4 seconds to complete the operation
RequestAdditionalTime(4000);

关于c# - 启动 Windows 服务的超时时间是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1160295/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com