Table of Contents

Method DeleteConnectivityConnection

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

DeleteConnectivityConnection(int, int, int, bool)

Deletes the specified DCF connection.

bool DeleteConnectivityConnection(int id, int dmaID, int eleID, bool deleteBothConnections)

Parameters

id int

The connection ID.

dmaID int

The DataMiner Agent ID.

eleID int

The element ID.

deleteBothConnections bool

true to delete both ends of the connection; otherwise, false.

Returns

bool

true if the deletion succeeded; otherwise, false.

Examples

bool hasSucceeded = protocol.DeleteConnectivityConnection(1, 400, 2000, false);

Remarks

Feature introduced in DataMiner 8.5.3 (RN 9296).