Method AddParameter
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
AddParameter(int, string)
Adds a parameter to the script.
IDmsSchedulerScriptActionBuilder AddParameter(int parameterId, string value)
Parameters
Returns
- IDmsSchedulerScriptActionBuilder
The builder instance for method chaining.
Exceptions
- ArgumentOutOfRangeException
parameterIdmust be greater than 0.- ArgumentException
valueis null, empty or whitespace.