Описание тега signalr-hub
Hubs provide a higher level RPC framework over a PersistentConnection. If you have different types of messages that you want to send between server and client then hubs is recommended so you don't have to do your own dispatching.
For a complete specification check out the SignalR Hubs Wiki page.