Method RemoveDummy
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
RemoveDummy(int)
Removes a dummy (element link) from the script.
IDmsSchedulerScriptActionBuilder RemoveDummy(int dummyId)
Parameters
dummyIdintThe dummy ID to remove.
Returns
- IDmsSchedulerScriptActionBuilder
The builder instance for method chaining.
Exceptions
- ArgumentOutOfRangeException
dummyIdmust be greater than 0.