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

Endget_hotfix_information() public méthode

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