3 Comments

  1. Kevin

    the strongly typed hub is a bit confusing. noticed that MyHub did not implement the History mehtod, but when invoking the History method defined in IMyHub, does signalR magically translate that into the old way of invoking the method?

    • Hey Kevin,
      Yep, SignalR is going to use those methods (and their names) to build up the message to send across the network. The IHub interface defines server -> client communication messages, whereas methods on the hub itself are for client -> server communications.

Leave a Reply

Your email address will not be published. Required fields are marked *