Table of Contents

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)

Parameters

selector Func<SchedulerTask, bool>

Selector that will be applied to the retrieved Scheduler tasks. If null no Scheduler Tasks are retrieved.