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
parametersIDictionary<int, string>The dictionary of parameter IDs to values.
Returns
- IDmsSchedulerScriptActionBuilder
The builder instance for method chaining.
Exceptions
- ArgumentNullException
parametersis null.