Method AddOrUpdateScriptOutput
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
AddOrUpdateScriptOutput(string, string)
Adds a key to the script output if it has not yet been added.
void AddOrUpdateScriptOutput(string key, string value)
Parameters
Remarks
If the key already exists, it will update it with the specified value.
Feature introduced in DataMiner 10.0.2 (RN 23936).