public override void OnRelease()
 {
     this.iErrCode = 0;
     if (this.stErrDetail != null)
     {
         this.stErrDetail.Release();
         this.stErrDetail = null;
     }
 }
 public SCPKG_NTF_ERRCODE()
 {
     this.stErrDetail = (SCDT_NTF_ERRCODE)ProtocolObjectPool.Get(SCDT_NTF_ERRCODE.CLASS_ID);
 }
 public override void OnUse()
 {
     this.stErrDetail = (SCDT_NTF_ERRCODE)ProtocolObjectPool.Get(SCDT_NTF_ERRCODE.CLASS_ID);
 }