Table of Contents

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

name string

The name of the alarm template.

Examples

var dummy = engine.GetDummy("dummy1");
dummy.SetAlarmTemplate("Template 1");

Exceptions

DataMinerException

name is invalid.