Skip to content

Commit 753bcff

Browse files
authored
Merge pull request #50806 from sandervandevelde/patch-7
Case-insensitive direct methods names
2 parents cb0daab + 1fe9032 commit 753bcff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/iot-edge/how-to-edgeagent-direct-method.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ Monitor and manage IoT Edge deployments by using the direct methods included in
1717

1818
For more information about direct methods, how to use them, and how to implement them in your own modules, see [Understand and invoke direct methods from IoT Hub](../iot-hub/iot-hub-devguide-direct-methods.md).
1919

20+
The names of these direct methods are handled case-insensitive.
21+
2022
## Ping
2123

22-
The **ping** method is useful for checking whether IoT Edge is running on a device, or whether the device has an open connection to ioT Hub. Use this direct method to ping the IoT Edge agent and get its status. A successful ping returns an empty payload and **"status": 200**.
24+
The **ping** method is useful for checking whether IoT Edge is running on a device, or whether the device has an open connection to IoT Hub. Use this direct method to ping the IoT Edge agent and get its status. A successful ping returns an empty payload and **"status": 200**.
2325

2426
For example:
2527

0 commit comments

Comments
 (0)