How to Handle Configuration Manager Asynchronous Errors by Using WMI
In brief
The page metadata changes ms.service from microsoft-endpoint-configuration-manager to configuration-manager.
What Intune admins need to know
No administrator action is required; this does not change product behavior or configuration.
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.
How to Handle Configuration Manager Asynchronous Errors by Using WMI
In Configuration Manager, when an error occurs in an asynchronous call, the error object is passed as the second parameter to the OnCompleted method. Inside your OnCompleted implementation, you check the error object the same as you would for a synchronous call.
@@ -5,7 +5,7 @@ ms.date: 09/20/2016 ms.subservice: sdk ms.topic: how-to ms.collection: tier3-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # How to Handle Configuration Manager Asynchronous Errors by Using WMI In Configuration Manager, when an error occurs in an asynchronous call, the error object is passed as the second parameter to the `OnCompleted` method. Inside your `OnCompleted` implementation, you check the error object the same as you would for a synchronous call.