Skip to content

Instantly share code, notes, and snippets.

@dbarkol
Created March 14, 2018 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbarkol/b995080b2a4994c6d0550296b479325a to your computer and use it in GitHub Desktop.
Save dbarkol/b995080b2a4994c6d0550296b479325a to your computer and use it in GitHub Desktop.
Grid Events Hub
using Microsoft.AspNetCore.SignalR;
namespace viewer.Hubs
{
public class GridEventsHub: Hub
{
public GridEventsHub()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment