iControl.SystemSoftwareManagement.Endget_block_device_software_hotfix C# (CSharp) Метод

Endget_block_device_software_hotfix() публичный Метод

public Endget_block_device_software_hotfix ( System asyncResult ) : iControl.SystemSoftwareManagementsoftwareBlockDeviceHotfix[]
asyncResult System
Результат iControl.SystemSoftwareManagementsoftwareBlockDeviceHotfix[]
        public SystemSoftwareManagementsoftwareBlockDeviceHotfix[] Endget_block_device_software_hotfix(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemSoftwareManagementsoftwareBlockDeviceHotfix [])(results[0]));
        }
SystemSoftwareManagement