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

◆ adapterRemovedAsync()

virtual void IceGrid::AsyncAdapterObserver::adapterRemovedAsync ( std::string id,
std::function< void()> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Notifies the observer that a dynamically-registered adapter was removed.

Parameters
idThe ID of the removed adapter.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.