iControl.SystemSoftwareManagement.install_software_image_v2 C# (CSharp) Method

install_software_image_v2() private method

private install_software_image_v2 ( string volume, string product, string version, string build, bool create_volume, bool reboot, bool retry ) : void
volume string
product string
version string
build string
create_volume bool
reboot bool
retry bool
return void
        public void install_software_image_v2(
		string volume,
		string product,
		string version,
		string build,
		bool create_volume,
		bool reboot,
		bool retry
	)
        {
            this.Invoke("install_software_image_v2", new object [] {
                volume,
                product,
                version,
                build,
                create_volume,
                reboot,
                retry});
        }
SystemSoftwareManagement