Constructor AutomationScriptDummyConfiguration
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
AutomationScriptDummyConfiguration(string, IDmsProtocol, DmsElementId?)
Initializes a new instance of the AutomationScriptDummyConfiguration class. The dummy settings that need to be added to create the script.
public AutomationScriptDummyConfiguration(string description, IDmsProtocol protocol, DmsElementId? defaultElement = null)
Parameters
description
stringThe description of the dummy.
protocol
IDmsProtocolThe protocol for the dummy.
defaultElement
DmsElementId?The default element to be used.
Exceptions
- ArgumentNullException
description
is null.