Beispiel #1
0
 public ArticleService(IHostApplicationLifetime appLifetime, ArticleSchedulerProperties options)
 {
     _appLifetime = appLifetime;
     _options     = options;
     Processor    = new QpSchedulerProcessor(_options);
 }
Beispiel #2
0
 public QpSchedulerProcessor(ArticleSchedulerProperties props)
 {
     _props = props;
 }