Exemplo n.º 1
0
 public ArticleService(IHostApplicationLifetime appLifetime, ArticleSchedulerProperties options)
 {
     _appLifetime = appLifetime;
     _options     = options;
     Processor    = new QpSchedulerProcessor(_options);
 }
Exemplo n.º 2
0
 public QpSchedulerProcessor(ArticleSchedulerProperties props)
 {
     _props = props;
 }