public override void OnRelease()
 {
     if (this.stWealData != null)
     {
         this.stWealData.Release();
         this.stWealData = null;
     }
 }
 public override void OnUse()
 {
     this.stWealData = (COMDT_WEAL_POINT_DETAIL)ProtocolObjectPool.Get(COMDT_WEAL_POINT_DETAIL.CLASS_ID);
 }
Esempio n. 3
0
 public SCPKG_WEAL_POINTDATA_NTF()
 {
     this.stWealData = (COMDT_WEAL_POINT_DETAIL)ProtocolObjectPool.Get(COMDT_WEAL_POINT_DETAIL.CLASS_ID);
 }