Table of Contents

Delegate AutomationEntryPointDelegates.OnDomAction

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

DOM action delegate type.

public delegate void AutomationEntryPointDelegates.OnDomAction(IEngine engine, ExecuteScriptDomActionContext context)

Parameters

engine IEngine

The IEngine instance.

context ExecuteScriptDomActionContext

The context

Extension Methods