C# Class SignalRMap.MapHub

This is the only class you need to create to speak with the client. It's methods are directly callable from javascript (neato)
Inheritance: Microsoft.AspNet.SignalR.Hub
Show file Open project: JustinBeckwith/SignalRMap

Public Methods

Method Description
Join ( MapClient message ) : void

called the first time a user shows up to the page

OnDisconnected ( ) : System.Threading.Tasks.Task

Method Details

Join() public method

called the first time a user shows up to the page
public Join ( MapClient message ) : void
message MapClient
return void

OnDisconnected() public method

public OnDisconnected ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task