Method GetStandaloneAlarmTemplate
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
GetStandaloneAlarmTemplate(string)
Gets the standalone alarm template with the specified name defined for this protocol.
IDmsStandaloneAlarmTemplate GetStandaloneAlarmTemplate(string templateName)
Parameters
templateNamestringThe alarm template name.
Returns
- IDmsStandaloneAlarmTemplate
The standalone alarm template 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.