Closed timtay-microsoft closed 1 year ago
Note that we already use async interfaces from netstandard 2.1+ by taking a dependency on the library directly: https://github.com/Azure/azure-iot-sdk-csharp/blob/previews/v2/iothub/device/src/Microsoft.Azure.Devices.Client.csproj#L74-L75
This feature has been included in our latest preview release here, so I'm closing this thread
Consider utilizing the IAsyncEnumerable interface for the various query-like APIs we have
rather than declaring custom paging-like APIs such as