public override void OnRelease()
 {
     this.iChgType = 0;
     if (this.stChgInfo != null)
     {
         this.stChgInfo.Release();
         this.stChgInfo = null;
     }
 }
 public override void OnUse()
 {
     this.stChgInfo = (COMDT_TEAMCHG_DT)ProtocolObjectPool.Get(COMDT_TEAMCHG_DT.CLASS_ID);
 }
Exemple #3
0
 public COMDT_TEAMCHGNTF_INFO()
 {
     this.stChgInfo = (COMDT_TEAMCHG_DT)ProtocolObjectPool.Get(COMDT_TEAMCHG_DT.CLASS_ID);
 }