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