0

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.

Joel
  • 4,732
  • 9
  • 39
  • 54
CrlsPerez
  • 117
  • 1
  • 10

1 Answers1

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