iControl.SystemSoftwareManagement.Endget_software_image C# (CSharp) Method

Endget_software_image() public method

public Endget_software_image ( System asyncResult ) : iControl.SystemSoftwareManagementsoftwareRepositoryImage[]
asyncResult System
return iControl.SystemSoftwareManagementsoftwareRepositoryImage[]
        public SystemSoftwareManagementsoftwareRepositoryImage[] Endget_software_image(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemSoftwareManagementsoftwareRepositoryImage [])(results[0]));
        }
SystemSoftwareManagement