Exemplo n.º 1
0
 protected void Application_End(object sender, EventArgs e)
 {
     QuartzScheule.Close();
 }
Exemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 protected void Application_Start(object sender, EventArgs e)
 {
     ConfigUtils.InitConfig();
     WebApiConfig.Register(GlobalConfiguration.Configuration);
     QuartzScheule.Start();
 }