File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 144
144
#### [ Query language] ( iot-hub-devguide-query-language.md )
145
145
#### [ Quotas and throttling] ( iot-hub-devguide-quotas-throttling.md )
146
146
#### [ Pricing examples] ( iot-hub-devguide-pricing.md )
147
- #### [ Device and service SDKs] ( iot-hub-devguide-sdks.md )
148
147
#### [ MQTT support] ( iot-hub-mqtt-support.md )
149
148
#### [ Glossary] ( iot-hub-devguide-glossary.md )
150
- ### [ Use the IoT device SDK for C] ( iot-hub-device-sdk-c-intro.md )
151
- #### [ Use the IoTHubClient] ( iot-hub-device-sdk-c-iothubclient.md )
152
- #### [ Use the serializer] ( iot-hub-device-sdk-c-serializer.md )
153
- ### [ Develop for constrained devices] ( iot-hub-devguide-develop-for-constrained-devices.md )
154
- ### [ Develop for mobile devices] ( iot-hub-how-to-develop-for-mobile-devices.md )
149
+ ### [ Use device and service SDKs] ( iot-hub-devguide-sdks.md )
150
+ #### [ Use the IoT device SDK for C] ( iot-hub-device-sdk-c-intro.md )
151
+ ##### [ Use the IoTHubClient] ( iot-hub-device-sdk-c-iothubclient.md )
152
+ ##### [ Use the serializer] ( iot-hub-device-sdk-c-serializer.md )
153
+ #### [ Develop for constrained devices] ( iot-hub-devguide-develop-for-constrained-devices.md )
154
+ #### [ Develop for mobile devices] ( iot-hub-how-to-develop-for-mobile-devices.md )
155
+ #### [ Manage connectivity and reliable messaging] ( iot-hub-reliability-features-in-sdks.md )
155
156
### [ Query Avro data from a hub route] ( iot-hub-query-avro-data.md )
156
157
### Send cloud-to-device messages
157
158
#### [ .NET] ( iot-hub-csharp-csharp-c2d.md )
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ Three retry policies are provided:
70
70
71
71
| SDK | SetRetryPolicy method | Policy implementations | Implementation guidance |
72
72
| -----| ----------------------| --| --|
73
- | C | Not available | | |
73
+ | C/Python/iOS | Not available | | |
74
74
| Java| Not available | | |
75
75
| .NET| [ DeviceClient.SetRetryPolicy] ( /dotnet/api/microsoft.azure.devices.client.deviceclient.setretrypolicy?view=azure-dotnet#Microsoft_Azure_Devices_Client_DeviceClient_SetRetryPolicy_Microsoft_Azure_Devices_Client_IRetryPolicy ) | ** Default** : [ ExponentialBackoff class] ( /dotnet/api/microsoft.azure.devices.client.exponentialbackoff?view=azure-dotnet ) <BR >** Custom:** implement [ IRetryPolicy interface] ( https://docs.microsoft.com/dotnet/api/microsoft.azure.devices.client.iretrypolicy?view=azure-dotnet ) <BR >** No retry:** [ NoRetry class] ( /dotnet/api/microsoft.azure.devices.client.noretry?view=azure-dotnet ) | [ C# example] ( #net-implementation-guidance ) |
76
76
| Node| [ setRetryPolicy] ( /javascript/api/azure-iot-device/client?view=azure-iot-typescript-latest#azure_iot_device_Client_setRetryPolicy ) | ** Default** : [ ExponentialBackoffWithJitter class] ( /javascript/api/azure-iot-common/exponentialbackoffwithjitter?view=azure-iot-typescript-latest ) <BR >** Custom:** implement [ RetryPolicy interface] ( /javascript/api/azure-iot-common/retrypolicy?view=azure-iot-typescript-latest ) <BR >** No retry:** [ NoRetry class] ( /javascript/api/azure-iot-common/noretry?view=azure-iot-typescript-latest ) | [ Node example] ( #node-implementation-guidance ) |
77
- | Python | Not available | | |
77
+
78
78
79
79
Below are code examples that illustrates this flow.
80
80
You can’t perform that action at this time.
0 commit comments