Table of Contents

Constructor ExecuteScriptMessage

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

ExecuteScriptMessage()

Initializes a new instance of the ExecuteScriptMessage class.

public ExecuteScriptMessage()

ExecuteScriptMessage(string)

Initializes a new instance of the ExecuteScriptMessage class using the Automation script name.

public ExecuteScriptMessage(string scriptName)

Parameters

scriptName string

Name of the Automation script to run.

ExecuteScriptMessage(int, string)

Initializes a new instance of the ExecuteScriptMessage class using the DataMiner agent ID and the script name.

public ExecuteScriptMessage(int dataMinerID, string scriptName)

Parameters

dataMinerID int

ID of the DataMiner Agent that needs to handle the client Request.

scriptName string

Name of the script to run.