iControl.SystemSoftwareManagement.get_block_device_software_hotfix C# (CSharp) Method

get_block_device_software_hotfix() private method

private get_block_device_software_hotfix ( SystemSoftwareManagementrepositoryImageID imageIDs ) : iControl.SystemSoftwareManagementsoftwareBlockDeviceHotfix[]
imageIDs SystemSoftwareManagementrepositoryImageID
return iControl.SystemSoftwareManagementsoftwareBlockDeviceHotfix[]
        public SystemSoftwareManagementsoftwareBlockDeviceHotfix[] get_block_device_software_hotfix(
		SystemSoftwareManagementrepositoryImageID [] imageIDs
	)
        {
            object [] results = this.Invoke("get_block_device_software_hotfix", new object [] {
                imageIDs});
            return ((SystemSoftwareManagementsoftwareBlockDeviceHotfix [])(results[0]));
        }
SystemSoftwareManagement