コード例 #1
0
 public FixFutureDownloadClientStatusTimes(IDownloadClientStatusRepository downloadClientStatusRepository)
     : base(downloadClientStatusRepository)
 {
 }
コード例 #2
0
 public DownloadClientStatusService(IDownloadClientStatusRepository providerStatusRepository, IEventAggregator eventAggregator, IRuntimeInfo runtimeInfo, Logger logger)
     : base(providerStatusRepository, eventAggregator, runtimeInfo, logger)
 {
     MinimumTimeSinceInitialFailure = TimeSpan.FromMinutes(5);
     MaximumEscalationLevel         = 5;
 }