Method UpdateConnectionInterfaces
UpdateConnectionInterfaces(int, int, int, bool)
Updates the connected interfaces of the specified connection.
public bool UpdateConnectionInterfaces(int ConnectionId, int newSourceInterfaceId, int newDestinationInterfaceId, bool updateBothConnections)
Parameters
ConnectionId
intThe ID of the connection.
newSourceInterfaceId
intThe ID of the new source interface.
newDestinationInterfaceId
intThe ID of the new destination interface.
updateBothConnections
booltrue
if the connection entry should be updated at both ends of the connection; otherwise,false
.
Returns
- bool
true
if the update succeeded; otherwise,false
.