Table of Contents

Method GetAlarmTemplateRow

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

GetAlarmTemplateRow(AlarmTemplateEventMessage, AlarmTemplateRowID)

Returns the alarm template row with the specified alarm template row ID.

public AlarmTemplateRow GetAlarmTemplateRow(AlarmTemplateEventMessage alarmTemplate, AlarmTemplateRowID alarmTemplateRowID)

Parameters

alarmTemplate AlarmTemplateEventMessage

The alarm template.

alarmTemplateRowID AlarmTemplateRowID

The alarm template row ID.

Returns

AlarmTemplateRow

The requested alarm template row.

Exceptions

ArgumentNullException

alarmTemplate or alarmTemplateRowID is null.

ConditionDoesNotExistException

The condition is not in the condition list

ParameterDoesNotExistException

The parameter is not in the parameter list