Method AddScriptOutput
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
AddScriptOutput(string, string)
Adds a key and value to the dictionary that will be passed to the parent script.
public virtual void AddScriptOutput(string key, string value)
Parameters
Exceptions
- ArgumentNullException
keyis null- ArgumentException
An element with the same key already exists.