Skip to content

Commit 9ee2860

Browse files
author
Angela Fleischmann
authored
Fix typos
Lines 2 and 19: "an synchronous query" to "a synchronous query"
1 parent 17572f8 commit 9ee2860

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

memdocs/configmgr/develop/core/understand/how-to-perform-an-asynchronous-configuration-manager-query-by-using-wmi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Learn how to perform an synchronous query for Configuration Manager objects and implement a sink method to handle query results.
2+
description: Learn how to perform a synchronous query for Configuration Manager objects and implement a sink method to handle query results.
33
title: "Perform an Asynchronous Query by Using WMI"
44
titleSuffix: "Configuration Manager"
55
ms.date: "09/20/2016"
@@ -16,7 +16,7 @@ ms.collection: openauth
1616

1717
---
1818
# How to Perform an Asynchronous Configuration Manager Query by Using WMI
19-
In Configuration Manager, you perform an synchronous query for Configuration Manager objects by calling the [SWbemServices](/windows/win32/wmisdk/swbemservices) object [ExecQueryAsync](/windows/win32/api/wbemcli/nf-wbemcli-iwbemservices-execqueryasync) method and by implementing a sink method to handle query results.
19+
In Configuration Manager, you perform a synchronous query for Configuration Manager objects by calling the [SWbemServices](/windows/win32/wmisdk/swbemservices) object [ExecQueryAsync](/windows/win32/api/wbemcli/nf-wbemcli-iwbemservices-execqueryasync) method and by implementing a sink method to handle query results.
2020

2121
To handle each returned object, create an [objWbemSink.OnObjectReady](/windows/win32/wmisdk/swbemsink-onobjectready) event subroutine. To be notified when the query is completed, create a [objWbemSink.OnCompleted](/windows/win32/wmisdk/swbemsink-oncompleted) event subroutine.
2222

0 commit comments

Comments
 (0)