public override void OnRelease() { this.iType = 0; if (this.stDetail != null) { this.stDetail.Release(); this.stDetail = null; } }
public COMDT_TRANSACTION_MSG_EVENT() { this.stDetail = (COMDT_TRANSACTION_MSG_DETAIL)ProtocolObjectPool.Get(COMDT_TRANSACTION_MSG_DETAIL.CLASS_ID); }
public override void OnUse() { this.stDetail = (COMDT_TRANSACTION_MSG_DETAIL)ProtocolObjectPool.Get(COMDT_TRANSACTION_MSG_DETAIL.CLASS_ID); }