Table of Contents

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

actions IEnumerable<IDmsSchedulerAction>

The collection of actions.

Returns

IDmsSchedulerTaskBuilder

The builder instance for method chaining.

Exceptions

ArgumentNullException

actions is null.