Method Restart
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Restart()
Restarts the element that is linked to the dummy.
public virtual void Restart()
Examples
var dummy = engine.GetDummy("dummy1");
dummy.Restart();
Restarts the element that is linked to the dummy.
public virtual void Restart()
var dummy = engine.GetDummy("dummy1");
dummy.Restart();