Table of Contents

Interface IElementConnectionCollection

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

A collection of IElementConnection objects Can be casted to an Interface element.Connections.OfType<ISnmpConnection>(). The interfaces that are common: ISnmpConnection, IHttpConnection and ISerialConnection

public interface IElementConnectionCollection
Extension Methods

Properties

Enumerator

Returns the collection as a IElementConnection array.

this[int]

Gets or sets an entry in the collection.

Length

Gets the total amount of elements in the collection.

Methods

Clear()

Clear any update flags for all the provided Connections.

IsUpdateRequired()

Indicates if changes occurred on IElementCommunicationConnection objects requiring an update of the SLNET Message.