C# Класс ChessServer.Server

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Games GameObject>.ConcurrentDictionary
LostBeats int>.ConcurrentDictionary
Messages List>.ConcurrentDictionary
PlayersQue User>.ConcurrentDictionary
Users User>.ConcurrentDictionary

Открытые методы

Метод Описание
CreateRandomNewUser ( ) : User
ProcessRequest ( string request ) : string

Приватные методы

Метод Описание
MatchMaking ( object source, System.Timers.ElapsedEventArgs e ) : void
PulseChecker ( object source, System.Timers.ElapsedEventArgs e ) : void
Server ( ) : System.Collections.Concurrent

Описание методов

CreateRandomNewUser() публичный статический Метод

public static CreateRandomNewUser ( ) : User
Результат Protocol.User

ProcessRequest() публичный Метод

public ProcessRequest ( string request ) : string
request string
Результат string

Описание свойств

Games публичное статическое свойство

public static ConcurrentDictionary Games
Результат GameObject>.ConcurrentDictionary

LostBeats публичное статическое свойство

public static ConcurrentDictionary LostBeats
Результат int>.ConcurrentDictionary

Messages публичное статическое свойство

public static ConcurrentDictionary> Messages
Результат List>.ConcurrentDictionary

PlayersQue публичное статическое свойство

public static ConcurrentDictionary PlayersQue
Результат User>.ConcurrentDictionary

Users публичное статическое свойство

public static ConcurrentDictionary Users
Результат User>.ConcurrentDictionary