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
Afficher le fichier Open project: JustinBeckwith/SignalRMap

Méthodes publiques

Méthode 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 méthode

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

OnDisconnected() public méthode

public OnDisconnected ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task