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

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

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