Table of Contents

Method Delete

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

Delete(bool)

Deletes the specified connection.

public bool Delete(bool deleteBothConnections)

Parameters

deleteBothConnections bool

true if the connection should be deleted from both the source and destination element; otherwise, false.

Returns

bool

true if the deletion succeeded; otherwise, false.

Remarks

This will also delete the corresponding connection properties.