Table of Contents

Delegate AutomationEntryPointDelegates.InstallAppPackage

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Delegate type for App package installation.

public delegate void AutomationEntryPointDelegates.InstallAppPackage(IEngine engine, AppInstallContext appInstallContext)

Parameters

engine IEngine

The IEngine instance.

appInstallContext AppInstallContext

The App install content.

Extension Methods