开发者

Need Help-Windows service or other

开发者 https://www.devze.com 2023-01-18 16:23 出处:网络
I have to develop a applicat开发者_高级运维ion in .net technology which calls an external service which returns some data which will be stored on server.

I have to develop a applicat开发者_高级运维ion in .net technology which calls an external service which returns some data which will be stored on server.

Now this application should run weekly or monthly basis and will also log the success or failure of bath. For logging i dont have to use databse.

Please suggest.


I'd say that having an application that is run on schedule using windows task scheduler service would be more resource-effective than having your own service that hangs around for weeks just waiting for time to do the job.

More info:

About Task Scheduler

Task scheduler API

0

精彩评论

暂无评论...
验证码 换一张
取 消