iControl.SystemSoftwareManagement.Begininstall_software_image_v2 C# (CSharp) Method

Begininstall_software_image_v2() public method

public Begininstall_software_image_v2 ( string volume, string product, string version, string build, bool create_volume, bool reboot, bool retry, System callback, object asyncState ) : System.IAsyncResult
volume string
product string
version string
build string
create_volume bool
reboot bool
retry bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begininstall_software_image_v2(string volume,string product,string version,string build,bool create_volume,bool reboot,bool retry, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("install_software_image_v2", new object[] {
            volume,
            product,
            version,
            build,
            create_volume,
            reboot,
            retry}, callback, asyncState);
        }
SystemSoftwareManagement