Preforming scheduled tasks in C# .NET MVC Application

后端 未结 4 849
礼貌的吻别
礼貌的吻别 2020-12-17 06:18

I\'m trying to implement a logic for my .NET MVC application where I would trigger scheduled tasks in my application on a following basis:

First scheduled ta         


        
4条回答
  •  醉酒成梦
    2020-12-17 07:05

    Visual Cron is a decent task scheduler you can use. We use it, calling service methods on our asp.net / mvc / webapi servers.

    http://www.visualcron.com/

提交回复
热议问题