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

◆ shutdownNodeAsync()

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

Shuts down an IceGrid node.

Parameters
nameThe node name.
responseThe response callback.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceGrid::NodeNotExistExceptionThrown when the node doesn't exist.
IceGrid::NodeUnreachableExceptionThrown when the node is unreachable.