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

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

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