iControl.SystemSoftwareManagement.Endget_block_device_software_hotfix C# (CSharp) Method

Endget_block_device_software_hotfix() public method

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