Example #1
0
        public void Execute(IJobExecutionContext context)
        {
            RESTfulClient client = new RESTfulClient();
            string result = client.Get("IndexUrl".ConfigValue());
            LogManager.GetLogger("InfoLogger").Info(result);

            TYDStatisticsService tydStatisticsService = new TYDStatisticsService(new RedisService());

            tydStatisticsService.UpdateTYDApps("TYDMaintainTagId".ConfigValue());
        }