Method AddAction
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
AddAction(IDmsSchedulerAction)
Adds an action to the task.
IDmsSchedulerTaskBuilder AddAction(IDmsSchedulerAction action)
Parameters
actionIDmsSchedulerActionThe action to add.
Returns
- IDmsSchedulerTaskBuilder
The builder instance for method chaining.
Exceptions
- ArgumentNullException
actionis null.