gpt4 book ai didi

asp.net-mvc-4 - 如何在MVC4 C#中安排任务?

转载 作者:行者123 更新时间:2023-12-03 11:53:54 25 4
gpt4 key购买 nike

我想在我的网站上创建一个通知系统吗(类似于堆栈溢出)
我们如何安排每24小时向用户邮寄通知的任务?

我们可以使用MVC4还是应该使用Windows服务?

编辑:
我在MVC4应用程序中3个月内使用FluentScheduler的经验。FluentScheduler易于配置和使用,但它不会随时运行任务。有时运行,有时不运行。
我认为最好的调度方法是Windows Service,以确保在特定时间运行任务。

最佳答案

发现这是一个很棒的调度程序,FluentScheduler

用法:

// Schedule an ITask to run at an interval
Schedule<MyTask>().ToRunNow().AndEvery(2).Seconds();

关于asp.net-mvc-4 - 如何在MVC4 C#中安排任务?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14620195/

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