Table of Contents

Constructor ElementKey

Namespace
Skyline.DataMiner.Analytics.DataTypes
Assembly
SLAnalyticsTypes.dll

ElementKey()

Creates a new ElementKey instance.

public ElementKey()

ElementKey(int, int)

Creates a new ElementKey instance with the given DataMiner ID and element ID.

public ElementKey(int dataMinerID, int elementID)

Parameters

dataMinerID int

The DataMiner ID.

elementID int

The Element ID.

Exceptions

ArgumentOutOfRangeException

If the given element ID is below 0.