| | |
| | | |
| | | namespace WIDESEAWCS_QuartzJob.QuartzNet |
| | | { |
| | | /// <summary> |
| | | /// 启动程序自动开启调度服务 |
| | | /// </summary> |
| | | public class QuartzNetExtension |
| | | { |
| | | private readonly ISchedulerCenter _schedulerCenter; |
| | |
| | | private readonly IDispatchInfoService _dispatchInfoService; |
| | | private readonly IDeviceProtocolDetailService _deviceProtocolDetailService; |
| | | private readonly Storage _storage; |
| | | |
| | | /// <summary> |
| | | /// 启动程序自动开启调度服务 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public QuartzNetExtension(IDeviceInfoService deviceInfoService, IDispatchInfoService dispatchInfoService, ISchedulerCenter schedulerCenter, IDeviceProtocolDetailService deviceProtocolDetailService, Storage storage) |
| | | { |
| | | _deviceInfoService = deviceInfoService; |