public override void OnRelease() { this.wSymbolLvl = 0; this.bCompType = 0; this.dwCompParam = 0u; if (this.stPartList != null) { this.stPartList.Release(); this.stPartList = null; } }
public CSPKG_CMD_SYMBOLCOMP() { this.stPartList = (CSDT_SYMBOLCOMP_LIST)ProtocolObjectPool.Get(CSDT_SYMBOLCOMP_LIST.CLASS_ID); }
public override void OnUse() { this.stPartList = (CSDT_SYMBOLCOMP_LIST)ProtocolObjectPool.Get(CSDT_SYMBOLCOMP_LIST.CLASS_ID); }