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
templateNamestringThe name of the alarm template group.
Returns
- IDmsAlarmTemplateGroup
The alarm template group with the specified name.
Exceptions
- ArgumentNullException
templateNameis null.- ArgumentException
templateNameis the empty string ("") or white space.- AlarmTemplateNotFoundException
No alarm template group with the specified name was found for this protocol.