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