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
ConnectionIdintThe ID of the connection.
newSourceInterfaceIdintThe ID of the new source interface.
newDestinationInterfaceIdintThe ID of the new destination interface.
updateBothConnectionsbooltrueif the connection entry should be updated at both ends of the connection; otherwise,false.
Returns
- bool
trueif the update succeeded; otherwise,false.