iControl.SystemSoftwareManagement.install_hotfix C# (CSharp) Method

install_hotfix() private method

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