문제

I have two projects in my solution, an MVC 3 (UI) project and a class library (Domain).

I want to use SignalR from within the domain project because that is where the meat of the application logic is happening. I want to notify certain clients of some changes when they occur but the only place my application is aware of these states is inside the domain project (class library). It is inside there that I would like to inject SignalR's IConnection and grab the clients and execute a function on the clients.

Is this possible?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top