Table of Contents

Method RemoveAlarmTemplate

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

RemoveAlarmTemplate()

Removes the link between this element and the alarm template that is assigned to it. This sets the element to “Not Monitored”.

public virtual void RemoveAlarmTemplate()

Examples

Element element = engine.FindElement(400, 2000);
element.RemoveAlarmTemplate();