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
alarmTemplateAlarmTemplateEventMessageThe alarm template.
alarmTemplateRowIDAlarmTemplateRowIDThe alarm template row ID.
Returns
- AlarmTemplateRow
The requested alarm template row.
Exceptions
- ArgumentNullException
alarmTemplateoralarmTemplateRowIDis null.- ConditionDoesNotExistException
The condition is not in the condition list
- ParameterDoesNotExistException
The parameter is not in the parameter list