Method SetAlarmTemplate
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
SetAlarmTemplate(string)
Assigns the specified alarm template to the dummy.
public virtual void SetAlarmTemplate(string name)
Parameters
namestringThe name of the alarm template.
Examples
var dummy = engine.GetDummy("dummy1");
dummy.SetAlarmTemplate("Template 1");
Exceptions
- DataMinerException
nameis invalid.