예제 #1
0
 internal void DoTask(bool autoRun = false)
 {
     this._callerType = NHExt.Runtime.Session.CallerTypeEnum.Reflect;
     NHExt.Runtime.Proxy.ProxyContext ctx = new NHExt.Runtime.Proxy.ProxyContext();
     ctx.ProxyGuid = this._guid;
     NHExt.Runtime.Logger.LoggerInstance.RuntimeLogger.Info("系统调度任务,使用线程调度服务");
     NHExt.Runtime.Proxy.TaskThreadPool.ThreadPool.AddThreadItem((state) =>
     {
     NHExt.Runtime.Proxy.ProxyContext pCtx = state as NHExt.Runtime.Proxy.ProxyContext;
     this.DoCommon(pCtx);
     }, ctx , autoRun);
 }
예제 #2
0
 internal bool Do()
 {
     NHExt.Runtime.Proxy.ProxyContext ctx = new NHExt.Runtime.Proxy.ProxyContext();
     ctx.ProxyGuid = this._guid;
     return this.DoCommon(ctx);
 }
예제 #3
0
 internal THU.LabSystemBE.Deploy.DeviceUseExDTO Do()
 {
     NHExt.Runtime.Proxy.ProxyContext ctx = new NHExt.Runtime.Proxy.ProxyContext();
     ctx.ProxyGuid = this._guid;
     return this.DoCommon(ctx);
 }
예제 #4
0
 internal IWEHAVE.ERP.CenterBE.Deploy.ClientContractDTO Do()
 {
     NHExt.Runtime.Proxy.ProxyContext ctx = new NHExt.Runtime.Proxy.ProxyContext();
     ctx.ProxyGuid = this._guid;
     return this.DoCommon(ctx);
 }
예제 #5
0
 internal IWEHAVE.ERP.CenterBP.Deploy.PreStudentExDTO Do()
 {
     NHExt.Runtime.Proxy.ProxyContext ctx = new NHExt.Runtime.Proxy.ProxyContext();
     ctx.ProxyGuid = this._guid;
     return this.DoCommon(ctx);
 }
예제 #6
0
 internal List<IWEHAVE.ERP.CenterBE.Deploy.HandleNumDTO> Do()
 {
     NHExt.Runtime.Proxy.ProxyContext ctx = new NHExt.Runtime.Proxy.ProxyContext();
     ctx.ProxyGuid = this._guid;
     return this.DoCommon(ctx);
 }
예제 #7
0
 internal List<THU.LabSystemBE.Deploy.CommonEnumDTO> Do()
 {
     NHExt.Runtime.Proxy.ProxyContext ctx = new NHExt.Runtime.Proxy.ProxyContext();
     ctx.ProxyGuid = this._guid;
     return this.DoCommon(ctx);
 }
예제 #8
0
 internal IWEHAVE.ERP.MotivationBE.Deploy.LogDTO Do()
 {
     NHExt.Runtime.Proxy.ProxyContext ctx = new NHExt.Runtime.Proxy.ProxyContext();
     ctx.ProxyGuid = this._guid;
     return this.DoCommon(ctx);
 }