Table of Contents

Method UpdateInterfaces

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

UpdateInterfaces(int, int, bool)

Updates the interfaces of this connection.

public bool UpdateInterfaces(int newSourceInterfaceId, int newDestinationInterfaceId, bool updateBothConnections)

Parameters

newSourceInterfaceId int

The ID of the new source interface.

newDestinationInterfaceId int

The ID of the new destination interface.

updateBothConnections bool

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

Returns

bool

true if the update succeeded; otherwise, false.