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
engine
IEngineThe IEngine instance.
appUninstallContext
AppUninstallContext- Delegate type for App package uninstallation.
- Extension Methods