Databinding Question

You don’t. The server doesn’t notify your Client code whenever the data changes. You can, however, query the server, on a regular (or irregular!) schedule. This will return the values as of the time you queried them. This technique is called polling. The Timer component can make this a lot easier.

1 Like