Ejemplo n.º 1
0
 public DataCollectorWorker(
     IMinerService minerService,
     ISnapshotService snapshotService,
     IRemoteManagementClientFactory clientFactory,
     ILogger <DataCollectorWorker> logger)
 {
     _minerService    = minerService;
     _snapshotService = snapshotService;
     _clientFactory   = clientFactory;
     _logger          = logger;
 }
Ejemplo n.º 2
0
 public DisableGpuAlertActionExecutor(IRemoteManagementClientFactory clientFactory)
 {
     _clientFactory = clientFactory;
 }
Ejemplo n.º 3
0
 public RestartMinerAlertActionExecutor(IRemoteManagementClientFactory clientFactory)
 {
     _clientFactory = clientFactory;
 }