Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ addUpdateCallback()

std::function< void()> Ice::NativePropertiesAdmin::addUpdateCallback ( std::function< void(const PropertyDict &)> cb)

Registers an update callback that will be invoked when a property update occurs.

Parameters
cbThe callback.
Returns
A function that unregisters the callback.