C# 클래스 ChessServer.Server

파일 보기 프로젝트 열기: Beginner7/Command2

공개 프로퍼티들

프로퍼티 타입 설명
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