Topshelf.Runtime.Linux.LinuxHostServiceInstallerImpl.CreateUninstaller C# (CSharp) Method

CreateUninstaller() protected method

protected CreateUninstaller ( HostSettings settings, string commandLine ) : System.Configuration.Install.Installer
settings HostSettings
commandLine string
return System.Configuration.Install.Installer
        protected override Installer CreateUninstaller(HostSettings settings, string commandLine)
        {
            return new LsbLinuxHostInstaller(CreateServiceSettings(settings, commandLine), null, CreateServiceLogWriter());
        }