C# Class DataCacheSystem, CSharpGameFramework

Inheritance: MyServerThread
Mostrar archivo Open project: dreamanlan/CSharpGameFramework

Private Properties

Property Type Description
DoLastSave void
FetchDirtyCacheItems List>.Dictionary
Init void
Load void
Save void

Protected Methods

Method Description
OnStart ( ) : void
OnTick ( ) : void

Private Methods

Method 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 method

protected OnStart ( ) : void
return void

OnTick() protected method

protected OnTick ( ) : void
return void