IAppManagementHandler::GetPendingComponentList Method
In brief
The reference documentation changed its ms.service value from microsoft-endpoint-configuration-manager to configuration-manager while retaining the SDK subservice classification.
What Intune admins need to know
No administrator action is required; this updates documentation classification and discoverability.
This summary was assembled from the tracked documentation change. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
IAppManagementHandler::GetPendingComponentList Method
The IAppManagementHandler::GetPendingComponentList method, in Configuration Manager, gets the pending component list for a specified deployment type. This is an optional method for the application deployment type handler. It's called if the handler returns a status of "PendingUpdate" for the EnforceApp method. Software Center presents a list of these components to the end user, which need to be closed in order for the EnforceApp method to succeed.
@@ -5,7 +5,7 @@ ms.date: 09/20/2016 ms.subservice: sdk ms.topic: reference ms.collection: tier3-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # IAppManagementHandler::GetPendingComponentList Method The `IAppManagementHandler::GetPendingComponentList` method, in Configuration Manager, gets the pending component list for a specified deployment type. This is an optional method for the application deployment type handler. It's called if the handler returns a status of "PendingUpdate" for the `EnforceApp` method. Software Center presents a list of these components to the end user, which need to be closed in order for the `EnforceApp` method to succeed.