Table of Contents

Method UpdateConnectionInterfaces

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

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 int

The ID of the connection.

newSourceInterfaceId int

The ID of the new source interface.

newDestinationInterfaceId int

The ID of the new destination interface.

updateBothConnections bool

true if the connection entry should be updated at both ends of the connection; otherwise, false.

Returns

bool

true if the update succeeded; otherwise, false.