public override void OnRelease()
 {
     this.bActionType = 0;
     if (this.stActionData != null)
     {
         this.stActionData.Release();
         this.stActionData = null;
     }
 }
 public override void OnUse()
 {
     this.stActionData = (CSDT_CLT_ACTION_DATA)ProtocolObjectPool.Get(CSDT_CLT_ACTION_DATA.CLASS_ID);
 }
Ejemplo n.º 3
0
 public CSPKG_CLT_ACTION_STATISTICS()
 {
     this.stActionData = (CSDT_CLT_ACTION_DATA)ProtocolObjectPool.Get(CSDT_CLT_ACTION_DATA.CLASS_ID);
 }