Exemplo n.º 1
0
 public override void OnRelease()
 {
     this.bResult = 0;
     if (this.stMatchResDetail != null)
     {
         this.stMatchResDetail.Release();
         this.stMatchResDetail = null;
     }
 }
Exemplo n.º 2
0
 public override void OnUse()
 {
     this.stMatchResDetail = (COMDT_MATCH_RESULT)ProtocolObjectPool.Get(COMDT_MATCH_RESULT.CLASS_ID);
 }
Exemplo n.º 3
0
 public SCPKG_MATCH_RSP()
 {
     this.stMatchResDetail = (COMDT_MATCH_RESULT)ProtocolObjectPool.Get(COMDT_MATCH_RESULT.CLASS_ID);
 }