Example #1
0
 public SignalDataCommand(ICore core, IPusher pusher, IScriptingWorker scriptingWorker) : base(core, pusher)
 {
     _scriptingWorker = scriptingWorker ?? throw new ArgumentNullException(nameof(scriptingWorker));
 }
Example #2
0
 public RemoveScriptingInstanceCommand(ICore core, IPusher pusher, IScriptingWorker scriptingWorker) : base(core, pusher)
 {
     _scriptingWorker = scriptingWorker ?? throw new ArgumentNullException(nameof(scriptingWorker));
 }