iControl.SystemSoftwareManagement.Endget_hotfix_information C# (CSharp) Method

Endget_hotfix_information() public method

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