Table of Contents

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

key string

The key.

value string

The value.

Remarks

Feature introduced in DataMiner 9.6.8 (RN 21952).

Exceptions

ArgumentNullException

key is null

ArgumentException

An element with the same key already exists.