C# Class DataCacheSystem, CSharpGameFramework

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

Private Properties

Свойство Type Description
DoLastSave void
FetchDirtyCacheItems List>.Dictionary
Init void
Load void
Save void

Méthodes protégées

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

Private Methods

Méthode Description
DoLastSave ( ) : void
FetchDirtyCacheItems ( ) : List>.Dictionary
Init ( ) : void
Load ( Msg_LD_Load msg, PBChannel channel, int handle ) : void
Save ( int msgId, List primaryKey, List foreignKey, byte dataBytes, long serialNo ) : void

Method Details

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnTick() protected méthode

protected OnTick ( ) : void
Résultat void