Table of Contents

Method WithParameters

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

WithParameters(IDictionary<int, string>)

Sets all parameters for the script.

IDmsSchedulerScriptActionBuilder WithParameters(IDictionary<int, string> parameters)

Parameters

parameters IDictionary<int, string>

The dictionary of parameter IDs to values.

Returns

IDmsSchedulerScriptActionBuilder

The builder instance for method chaining.

Exceptions

ArgumentNullException

parameters is null.