C# 클래스 XG.Plugin.Webserver.SignalR.Hub.AObjectHub

상속: Microsoft.AspNet.SignalR.Hub
파일 보기 프로젝트 열기: lformella/xdcc-grabscher

공개 메소드들

메소드 설명
OnConnected ( ) : System.Threading.Tasks.Task
OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
AddClient ( Client aClient ) : void
GetClient ( string connectionId ) : Client
RemoveClient ( string connectionId ) : void
UpdateLoadedClientObjects ( string connectionId, HashSet aGuids, int aMaxObjects ) : void

메소드 상세

AddClient() 보호된 추상적인 메소드

protected abstract AddClient ( Client aClient ) : void
aClient XG.Plugin.Webserver.SignalR.Hub.Model.Client
리턴 void

GetClient() 보호된 추상적인 메소드

protected abstract GetClient ( string connectionId ) : Client
connectionId string
리턴 XG.Plugin.Webserver.SignalR.Hub.Model.Client

OnConnected() 공개 메소드

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

OnDisconnected() 공개 메소드

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

RemoveClient() 보호된 추상적인 메소드

protected abstract RemoveClient ( string connectionId ) : void
connectionId string
리턴 void

UpdateLoadedClientObjects() 보호된 메소드

protected UpdateLoadedClientObjects ( string connectionId, HashSet aGuids, int aMaxObjects ) : void
connectionId string
aGuids HashSet
aMaxObjects int
리턴 void