iControl.SystemSoftwareManagement.install_hotfix_no_daemons C# (CSharp) Method

install_hotfix_no_daemons() private method

private install_hotfix_no_daemons ( string hotfix_files, bool reboot_system ) : void
hotfix_files string
reboot_system bool
return void
        public void install_hotfix_no_daemons(
		string [] hotfix_files,
		bool reboot_system
	)
        {
            this.Invoke("install_hotfix_no_daemons", new object [] {
                hotfix_files,
                reboot_system});
        }
SystemSoftwareManagement