Method DeleteConnectivityConnection
DeleteConnectivityConnection(int, int, int, bool)
Deletes the specified DCF connection.
bool DeleteConnectivityConnection(int id, int dmaID, int eleID, bool deleteBothConnections)
Parameters
idintThe connection ID.
dmaIDintThe DataMiner Agent ID.
eleIDintThe element ID.
deleteBothConnectionsbooltrueto delete both ends of the connection; otherwise,false.
Returns
- bool
trueif the deletion succeeded; otherwise,false.
Examples
bool hasSucceeded = protocol.DeleteConnectivityConnection(1, 400, 2000, false);