iControl.SystemSoftwareManagement.Endinstall_software_image C# (CSharp) Method

Endinstall_software_image() public method

public Endinstall_software_image ( System asyncResult ) : void
asyncResult System
return void
        public void Endinstall_software_image(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SystemSoftwareManagement