I have a project in ASP.net MVC 4 and work with Webjobs and it works wonderfully. But now I want implement a process that starts the webjob directly (manual), because I have them working every 5 minutes. That is ok, but now I want have this function too.
Asked
Active
Viewed 438 times
1 Answers
1
From your MVC4 Controller action you can put a message on a queue and have a function triggered on this queue message.

pranav rastogi
- 4,124
- 23
- 23
-
You can give me a link where explaing this please, sorry but im new in this. – CrlsPerez Aug 05 '14 at 16:24