Could I get another SignalR example, where the scheduler hub is called from another controller? Here's my workflow:
1. big screen shows day's schedule
2. user schedules work order from other page
3. after saving change, call Hub.Clients.All.update(updatedItem)
4. big screen scheduler updates