ASP.NET MVC3 how to excute action method of controller using timer with interval of one hour

后端 未结 2 867
暗喜
暗喜 2021-01-22 22:42

Hello

i am using asp.net mvc3. i have one special controller which have one special action method. i need to execute this action method using timer with the int

2条回答
  •  被撕碎了的回忆
    2021-01-22 23:23

    Azure Functions to the rescue! It was designed for exactly this. You can schedule functions using a timer trigger.

    https://docs.microsoft.com/en-us/azure/azure-functions/functions-overview

提交回复
热议问题