C# Class ChessServer.Server

Afficher le fichier Open project: Beginner7/Command2

Méthodes publiques

Свойство Type Description
Games GameObject>.ConcurrentDictionary
LostBeats int>.ConcurrentDictionary
Messages List>.ConcurrentDictionary
PlayersQue User>.ConcurrentDictionary
Users User>.ConcurrentDictionary

Méthodes publiques

Méthode Description
CreateRandomNewUser ( ) : User
ProcessRequest ( string request ) : string

Private Methods

Méthode Description
MatchMaking ( object source, System.Timers.ElapsedEventArgs e ) : void
PulseChecker ( object source, System.Timers.ElapsedEventArgs e ) : void
Server ( ) : System.Collections.Concurrent

Method Details

CreateRandomNewUser() public static méthode

public static CreateRandomNewUser ( ) : User
Résultat Protocol.User

ProcessRequest() public méthode

public ProcessRequest ( string request ) : string
request string
Résultat string

Property Details

Games public_oe static_oe property

public static ConcurrentDictionary Games
Résultat GameObject>.ConcurrentDictionary

LostBeats public_oe static_oe property

public static ConcurrentDictionary LostBeats
Résultat int>.ConcurrentDictionary

Messages public_oe static_oe property

public static ConcurrentDictionary> Messages
Résultat List>.ConcurrentDictionary

PlayersQue public_oe static_oe property

public static ConcurrentDictionary PlayersQue
Résultat User>.ConcurrentDictionary

Users public_oe static_oe property

public static ConcurrentDictionary Users
Résultat User>.ConcurrentDictionary