Download presentation
Presentation is loading. Please wait.
Published byOswald Carter Modified over 9 years ago
1
Brady Gaster Microsoft Corporation
5
Here’s some data!
6
Yeah, dude!
8
Clients.All.doWork()Clients.Caller.doWork()Clients.Others.doWork()
10
Clients.NETJavaScriptiOS Hosts ASP.NETOWIN Backplanes SQLService BusRedis
12
var con = $.hubConnection(); var hub = con.createHubProxy(“name”); hub.on(“method”, function() { /* todo */ }); hub.invoke(“method”, arg1, arg2); var con = new HubConnection(); var hub = con.CreateHubProxy(“name”); hub.On(“method”, () => { /* todo */ }); hub.Invoke(“method”, arg1, arg2);
13
Web API Controller SignalR Hub Microsoft.AspNet.SignalR.GlobalHost.ConnectionManager.GetHubContext ().Clients.All.onMessageReceived(message);
15
Backplane
20
http://msdn.microsoft.com/en-au/ http://www.microsoftvirtualacademy.com/ http://channel9.msdn.com/Events/TechEd/Australia/2013 http://technet.microsoft.com/en-au/
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.