iControl.SystemSoftwareManagement.Endget_block_device_software_image_list C# (CSharp) Méthode

Endget_block_device_software_image_list() public méthode

public Endget_block_device_software_image_list ( System asyncResult ) : iControl.SystemSoftwareManagementrepositoryImageID[]
asyncResult System
Résultat iControl.SystemSoftwareManagementrepositoryImageID[]
        public SystemSoftwareManagementrepositoryImageID[] Endget_block_device_software_image_list(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemSoftwareManagementrepositoryImageID [])(results[0]));
        }
SystemSoftwareManagement