Table of Contents

Method GetAlarmTemplateGroup

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

GetAlarmTemplateGroup(string)

Gets the alarm template group with the specified name.

IDmsAlarmTemplateGroup GetAlarmTemplateGroup(string templateName)

Parameters

templateName string

The name of the alarm template group.

Returns

IDmsAlarmTemplateGroup

The alarm template group with the specified name.

Exceptions

ArgumentNullException

templateName is null.

ArgumentException

templateName is the empty string ("") or white space.

AlarmTemplateNotFoundException

No alarm template group with the specified name was found for this protocol.