iControl.SystemSoftwareManagement.Enddelete_software_image C# (CSharp) Method

Enddelete_software_image() public method

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