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

◆ nodeInitAsync()

virtual void IceGrid::AsyncNodeObserver::nodeInitAsync ( NodeDynamicInfoSeq nodes,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Provides the initial state of the nodes to the observer.

Parameters
nodesThe current state of the nodes.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.