Exemple #1
0
 public override void OnRelease()
 {
     this.dwObjID = 0;
     if (this.stSyncInfo != null)
     {
         this.stSyncInfo.Release();
         this.stSyncInfo = null;
     }
 }
Exemple #2
0
 public override void OnUse()
 {
     this.stSyncInfo = (CSDT_GAMING_CCSYNCINFO)ProtocolObjectPool.Get(CSDT_GAMING_CCSYNCINFO.CLASS_ID);
 }
Exemple #3
0
 public CSDT_FRAPBOOT_CC()
 {
     this.stSyncInfo = (CSDT_GAMING_CCSYNCINFO)ProtocolObjectPool.Get(CSDT_GAMING_CCSYNCINFO.CLASS_ID);
 }