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

◆ removeAdapterAsync()

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

Removes the adapter with the given ID.

Parameters
idThe adapter ID.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceGrid::AdapterNotExistExceptionThrown when the adapter doesn't exist.
IceGrid::DeploymentExceptionThrown when the application deployment failed.