public override void OnRelease()
 {
     if (this.stOper != null)
     {
         this.stOper.Release();
         this.stOper = null;
     }
 }
 public CSPKG_OPER_TEAM_REQ()
 {
     this.stOper = (COMDT_OPER_TEAM)ProtocolObjectPool.Get(COMDT_OPER_TEAM.CLASS_ID);
 }
 public override void OnUse()
 {
     this.stOper = (COMDT_OPER_TEAM)ProtocolObjectPool.Get(COMDT_OPER_TEAM.CLASS_ID);
 }