Пример #1
0
 private void CreateBackgroundTasks()
 {
     Task.Run(() => _twitchClient.CheckLiveTwitchChannels(TimeSpan.FromSeconds(15)));
 }