Constructor Scheduler
- Namespace
- Skyline.DataMiner.Core.Scheduler.Automation
- Assembly
- Skyline.DataMiner.Core.Scheduler.Automation.dll
Scheduler(Func<SchedulerTask, bool>)
Initializes a new instance of the Scheduler class by retrieving the Scheduler tasks according to the given selector.
public Scheduler(Func<SchedulerTask, bool> selector = null)