public override void OnRelease() { this.iOperType = 0; if (this.stOperDetail != null) { this.stOperDetail.Release(); this.stOperDetail = null; } }
public override void OnUse() { this.stOperDetail = (COMDT_OPER_TEAM_DETAIL)ProtocolObjectPool.Get(COMDT_OPER_TEAM_DETAIL.CLASS_ID); }
public COMDT_OPER_TEAM() { this.stOperDetail = (COMDT_OPER_TEAM_DETAIL)ProtocolObjectPool.Get(COMDT_OPER_TEAM_DETAIL.CLASS_ID); }