Method WithActions
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
WithActions(IEnumerable<IDmsSchedulerAction>)
Sets the actions associated with this task.
IDmsSchedulerTaskBuilder WithActions(IEnumerable<IDmsSchedulerAction> actions)
Parameters
actionsIEnumerable<IDmsSchedulerAction>The collection of actions.
Returns
- IDmsSchedulerTaskBuilder
The builder instance for method chaining.
Exceptions
- ArgumentNullException
actionsis null.