C# Class GameFramework.QueueingThread

Inheritance: MyServerThread
Afficher le fichier Open project: dreamanlan/CSharpGameFramework

Private Properties

Свойство Type Description
CanEnter bool
GetEnterCount int
GetQueueingNum int
GetTotalQueueingCount int
IncEnterCount void
IsLobbyFull bool
IsQueueingFull bool
NeedQueueing bool
StartQueueing void
TryAddLogoutQueueingAccount void
UpdateMaxUserCount void

Méthodes protégées

Méthode Description
OnStart ( ) : void
OnTick ( ) : void

Private Methods

Méthode Description
CanEnter ( ) : bool
GetEnterCount ( ) : int
GetQueueingNum ( string accountId ) : int
GetTotalQueueingCount ( ) : int
IncEnterCount ( ) : void
IsLobbyFull ( ) : bool
IsQueueingFull ( ) : bool
NeedQueueing ( ) : bool
StartQueueing ( string accountId, string password, string clientInfo, string nodeName ) : void
TryAddLogoutQueueingAccount ( string accountId ) : void
UpdateMaxUserCount ( int maxUserCount, int maxUserCountPerLogicServer, int maxQueueingCount, int gowRobotType ) : void

Method Details

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void