Table of Contents

Method NotifyDataMiner

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

NotifyDataMiner(int, object, object)

Sends a message to the SLDataMiner process via the SLProtocol process.

object NotifyDataMiner(int iType, object value1, object value2)

Parameters

iType int

The type of message to send.

value1 object

Depends on the type of message to send.

value2 object

Depends on the type of message to send.

Returns

object

Depends on the type of message that has been sent.

Remarks

Refer to Notify Types overview for an overview of the available Notify types.