public void Execute(IJobExecutionContext context)
 {
     lock (LicenseUpdateJobLock)
     {
         NLog.LogManager.GetCurrentClassLogger().Debug("compiling...");
         LicenseWrapper.LicenseCompile();
     }
 }
Esempio n. 2
0
        protected void Application_Start()
        {
            GlobalConfiguration.Configure(WebApiConfig.Register);

            LicenseWrapper.Start();
        }