本文介绍了重新启动Windows服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个Windows服务,该服务每创建1分钟就会删除目录中的文件.因此,一旦创建了一个文件并删除了它,然后再次添加了另一个文件,直到我再次重新启动服务后它才被删除
I had a Windows service which deletes the files in a directory after every 1 minute of creation. So, Once if a file is created and got deleted then again if i add another file in it it was not deleting until i again restart the service
Is there any solution for it
推荐答案
这篇关于重新启动Windows服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!