Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ASP.net MVC 4 中有一个项目并使用 Webjobs,它工作得非常好。但现在我想实现一个直接启动 webjob 的过程(手动),因为我让它们每 5 分钟工作一次。没关系,但现在我也想要这个功能。
从您的 MVC4 控制器操作中,您可以将消息放入队列并在此队列消息上触发函数。