Method CreateOrUpdateSchedulerTasks
- Namespace
- Skyline.DataMiner.Core.Scheduler.Automation
- Assembly
- Skyline.DataMiner.Core.Scheduler.Automation.dll
CreateOrUpdateSchedulerTasks(IEnumerable<SchedulerTask>, bool)
Creates or updates a collection of Scheduler tasks.
public void CreateOrUpdateSchedulerTasks(IEnumerable<SchedulerTask> schedulerTasks, bool sendInBulk = false)
Parameters
schedulerTasks
IEnumerable<SchedulerTask>The collection of SchedulerTask objects to create/update.
sendInBulk
boolA flag indicating whether to send changes in bulk. Optional, defaults to false.
Exceptions
- ArgumentNullException
Thrown when schedulerTasks is null.