예제 #1
0
 void IStartupService.OnStarting(StartupContext context)
 {
     context.ProcessType(this);
 }
예제 #2
0
 /// <summary>
 /// 启动的时候
 /// </summary>
 /// <param name="context"></param>
 public void OnStarting(StartupContext context)
 {
     context.ProcessType(this);
     this.environmentInit.Invoke(this.workFlowEngine);
     this.workFlowEngine.Startup();
 }