Method GetConnections
GetConnections()
Gets the connections from the element this interface is part of.
public Dictionary<int, ConnectivityConnection> GetConnections()
Returns
- Dictionary<int, ConnectivityConnection>
The connections from the element this interface is part of.
GetConnections(string)
Gets the connections from the element this interface is part of using the specified connection filter.
public Dictionary<int, ConnectivityConnection> GetConnections(string filter)
Parameters
filter
stringThe connection filter.
Returns
- Dictionary<int, ConnectivityConnection>
The connections from the element this interface is part of and that match the specified filter.
GetConnections(string, int, int, int)
Gets the connections from the specified element using the specified connection filter.
public Dictionary<int, ConnectivityConnection> GetConnections(string filter, int dmaid, int eid, int sItf)
Parameters
filter
stringThe connection filter.
dmaid
intThe DataMiner Agent ID of the element.
eid
intThe element ID of the element.
sItf
intThe ID of the interface.
Returns
- Dictionary<int, ConnectivityConnection>
The connections from the element that match the specified filter.