Exemplo n.º 1
0
        public void Start()
        {
            _logger.LogInformation("Starting Ip Notifier");

            _scheduleService.AddRecurrentTask(Job, GetRepeatTime(), "IP Notifier");
        }
Exemplo n.º 2
0
        public void Start()
        {
            _logger.LogInformation("Starting Twitch Live Streams Notifier");

            _scheduleService.AddRecurrentTask(Job, GetRepeatTime(), "Live Streams Data");
        }