iControl.SystemSoftwareManagement.Endget_block_device_software_image C# (CSharp) Method

Endget_block_device_software_image() public method

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