Table of Contents

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

templateName string

The alarm template name.

Returns

IDmsStandaloneAlarmTemplate

The standalone alarm template 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.