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
AlarmTemplateEventMessageThe alarm template.
alarmTemplateRowID
AlarmTemplateRowIDThe alarm template row ID.
Returns
- AlarmTemplateRow
The requested alarm template row.
Exceptions
- ArgumentNullException
alarmTemplate
oralarmTemplateRowID
is null.- ConditionDoesNotExistException
The condition is not in the condition list
- ParameterDoesNotExistException
The parameter is not in the parameter list