Table of Contents

Method GetConnectionByName

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

GetConnectionByName(string)

Retrieves the connection with the specified name.

public ConnectivityConnection GetConnectionByName(string name)

Parameters

name string

The name of the connection.

Returns

ConnectivityConnection

The connection with the specified name, or null if no connection was found with the specified name.

GetConnectionByName(int, int, string)

Retrieves the connection with the specified ID from the specified element.

public ConnectivityConnection GetConnectionByName(int dmaid, int eid, string name)

Parameters

dmaid int

The DataMiner Agent ID of the element.

eid int

The element ID of the element.

name string

The name of the connection.

Returns

ConnectivityConnection

The connection with the specified name, or null if no connection was found with the specified name.