Method UpdateInterfaces
UpdateInterfaces(int, int, bool)
Updates the interfaces of this connection.
public bool UpdateInterfaces(int newSourceInterfaceId, int newDestinationInterfaceId, bool updateBothConnections)
Parameters
newSourceInterfaceIdintThe ID of the new source interface.
newDestinationInterfaceIdintThe ID of the new destination interface.
updateBothConnectionsbooltrueif the connection filter should be updated at both ends of the connection; otherwise,false.
Returns
- bool
trueif the update succeeded; otherwise,false.