asp.net mvc - How to pass object from webrole.cs to the controller of MVC? -


i working on web role in azure cloud service. web role mvc application , how can make controller in mvc communicate webrole.cs class. example, in run() method in webrole.cs have received message , want pass mvc controller, how can that? appreciated!

you'd better use azure service bus queue that. send message on run, , take message queue in mvc app.


Comments