Skip to content

Instantly share code, notes, and snippets.

@wellwind
Created June 11, 2015 03:56
Show Gist options
  • Save wellwind/fb93ee6481dc37690e0c to your computer and use it in GitHub Desktop.
Save wellwind/fb93ee6481dc37690e0c to your computer and use it in GitHub Desktop.
[SignalR] 由Server主動傳訊息給Client
var context = GlobalHost.ConnectionManager.GetHubContext<THub>();
context.All.Send(message);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment