iControl.SystemSoftwareManagement.Begininstall_software_image C# (CSharp) Method

Begininstall_software_image() public method

public Begininstall_software_image ( string install_volume, string product, string version, string build, System callback, object asyncState ) : System.IAsyncResult
install_volume string
product string
version string
build string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begininstall_software_image(string install_volume,string product,string version,string build, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("install_software_image", new object[] {
            install_volume,
            product,
            version,
            build}, callback, asyncState);
        }
SystemSoftwareManagement