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

◆ objectInitAsync()

virtual void IceGrid::AsyncObjectObserver::objectInitAsync ( ObjectInfoSeq objects,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Provides the initial list of well-known objects to the observer.

Parameters
objectsThe well-known objects registered using IceGrid::AdminPrx.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.