I'm working on IOT Hub device twin, and I couldn't find a way to get a notification on the device when a property is changed in the twin.
I know that there's a solution for that on the IOT Hub side, using a dedicated route, but how can I get a notification on the device when the twin has changed?
I've looked into the DeviceClient class but couldn't find anything relevant.
What am I missing?