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

◆ updateServerAsync()

virtual void IceGrid::AsyncNodeObserver::updateServerAsync ( std::string node,
ServerDynamicInfo updatedInfo,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Notifies the observer that the state of a server changed.

Parameters
nodeThe node hosting the server.
updatedInfoThe new server state.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.