Delegate AutomationEntryPointDelegates.UninstallApp
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Delegate type for App package uninstallation.
public delegate void AutomationEntryPointDelegates.UninstallApp(IEngine engine, AppUninstallContext appUninstallContext)
Parameters
engineIEngineThe IEngine instance.
appUninstallContextAppUninstallContext- Delegate type for App package uninstallation.
- Extension Methods