Method DeleteConnectivityConnection
DeleteConnectivityConnection(int, int, int, bool)
Deletes the specified DCF connection.
bool DeleteConnectivityConnection(int id, int dmaID, int eleID, bool deleteBothConnections)
Parameters
id
intThe connection ID.
dmaID
intThe DataMiner Agent ID.
eleID
intThe element ID.
deleteBothConnections
booltrue
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).