C# Class XG.Plugin.Webserver.SignalR.Hub.AObjectHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Afficher le fichier Open project: lformella/xdcc-grabscher

Méthodes publiques

Méthode Description
OnConnected ( ) : System.Threading.Tasks.Task
OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
AddClient ( Client aClient ) : void
GetClient ( string connectionId ) : Client
RemoveClient ( string connectionId ) : void
UpdateLoadedClientObjects ( string connectionId, HashSet aGuids, int aMaxObjects ) : void

Method Details

AddClient() protected abstract méthode

protected abstract AddClient ( Client aClient ) : void
aClient XG.Plugin.Webserver.SignalR.Hub.Model.Client
Résultat void

GetClient() protected abstract méthode

protected abstract GetClient ( string connectionId ) : Client
connectionId string
Résultat XG.Plugin.Webserver.SignalR.Hub.Model.Client

OnConnected() public méthode

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

OnDisconnected() public méthode

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

RemoveClient() protected abstract méthode

protected abstract RemoveClient ( string connectionId ) : void
connectionId string
Résultat void

UpdateLoadedClientObjects() protected méthode

protected UpdateLoadedClientObjects ( string connectionId, HashSet aGuids, int aMaxObjects ) : void
connectionId string
aGuids HashSet
aMaxObjects int
Résultat void