Table of Contents

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

dummyId int

The dummy ID.

elementId DmsElementId

The element ID to link to the dummy.

Returns

IDmsSchedulerScriptActionBuilder

The builder instance for method chaining.

Exceptions

ArgumentOutOfRangeException

dummyId must be greater than 0.

ArgumentNullException

elementId is null.