Method AddDummy
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
AddDummy(int, DmsElementId)
Adds a dummy (element link) to the script.
IDmsSchedulerScriptActionBuilder AddDummy(int dummyId, DmsElementId elementId)
Parameters
dummyIdintThe dummy ID.
elementIdDmsElementIdThe element ID to link to the dummy.
Returns
- IDmsSchedulerScriptActionBuilder
The builder instance for method chaining.
Exceptions
- ArgumentOutOfRangeException
dummyIdmust be greater than 0.- ArgumentNullException
elementIdis null.