Saturday, October 20, 2012

SignalR - Push Data to Clients using IHubContext

SignalR - Push Data to Clients using IHubContext: The article demonstrates how you can expose your hub using IHubContext anywhere in your project via static GlobalHost class. To illustrate the GlobalHost functionality, the example uses controller actions to push data to the clients via the IHubContext.

No comments:

Post a Comment