Table of Contents

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

finalActions IEnumerable<IDmsSchedulerAction>

The collection of final actions.

Returns

IDmsSchedulerTaskBuilder

The builder instance for method chaining.

Exceptions

ArgumentNullException

finalActions is null.