refresh

abstract fun refresh()

Notifies the server asynchronously that client wants the thread to be refreshed. The request can be performed even if the client doesn't expect new data. In which case the get returns updated value anyway.

Please note that this method and consequent behavior is defined only if get callback is registered. In all other cases this method does nothing.