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

Inheritance: AObjectHub
Afficher le fichier Open project: lformella/xdcc-grabscher

Méthodes publiques

Свойство Type Description
ConnectedClients HashSet

Méthodes publiques

Méthode Description
GetFlotSnapshot ( ) : IEnumerable
GetSnapshots ( int aDays ) : IEnumerable
InVisible ( ) : void
Visible ( ) : void

Méthodes protégées

Méthode Description
AddClient ( Client aClient ) : void
GetClient ( string connectionId ) : Client
RemoveClient ( string connectionId ) : void

Private Methods

Méthode Description
GetFlotData ( System.DateTime aStart, System.DateTime aEnd ) : IEnumerable

Method Details

AddClient() protected méthode

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

GetClient() protected méthode

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

GetFlotSnapshot() public méthode

public GetFlotSnapshot ( ) : IEnumerable
Résultat IEnumerable

GetSnapshots() public méthode

public GetSnapshots ( int aDays ) : IEnumerable
aDays int
Résultat IEnumerable

InVisible() public méthode

public InVisible ( ) : void
Résultat void

RemoveClient() protected méthode

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

Visible() public méthode

public Visible ( ) : void
Résultat void

Property Details

ConnectedClients public_oe static_oe property

public static HashSet ConnectedClients
Résultat HashSet