Table of Contents

Delegate AutomationEntryPointDelegates.ConfigureApp

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Delegate type for App package configuration.

public delegate void AutomationEntryPointDelegates.ConfigureApp(IEngine engine, AppConfigurationContext appConfigurationContext)

Parameters

engine IEngine

The IEngine instance.

appConfigurationContext AppConfigurationContext

The App configuration content.

Extension Methods