C# 클래스 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)
상속: Microsoft.AspNet.SignalR.Hub
파일 보기 프로젝트 열기: JustinBeckwith/SignalRMap

공개 메소드들

메소드 설명
Join ( MapClient message ) : void

called the first time a user shows up to the page

OnDisconnected ( ) : System.Threading.Tasks.Task

메소드 상세

Join() 공개 메소드

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

OnDisconnected() 공개 메소드

public OnDisconnected ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task