Table of Contents

Method GetAlarmTemplateRowsFromServer

Namespace
Skyline.DataMiner.Net.AlarmTemplateHelper
Assembly
SLNetTypes.dll

GetAlarmTemplateRowsFromServer(AlarmTemplateID, List<AlarmTemplateRowID>)

Retrieves the specified alarm template rows from the server.

public List<AlarmTemplateRow> GetAlarmTemplateRowsFromServer(AlarmTemplateID alarmTemplateID, List<AlarmTemplateRowID> alarmTemplateRowIDs)

Parameters

alarmTemplateID AlarmTemplateID

The alarm template ID.

alarmTemplateRowIDs List<AlarmTemplateRowID>

The alarm template row IDs.

Returns

List<AlarmTemplateRow>

The requested alarm template rows.

Exceptions

RetrievingAlarmTemplateFromServerException

Failed to retrieve the alarm template with the specified ID.

ArgumentNullException

alarmTemplateID or alarmTemplateRowIDs is null.

ConditionDoesNotExistException

When the condition is not in the condition list

ParameterDoesNotExistException

When the parameter is not in the parameter list