| std::optional< Ice::ObjectPrx > IceGrid::AdminPrx::getNodeAdmin | ( | std::string_view | name, |
| const Ice::Context & | context = Ice::noExplicitContext ) const |
Gets a proxy to the admin object of an IceGrid node.
| name | The IceGrid node name. |
| context | The request context. |
| IceGrid::NodeNotExistException | Thrown when the node doesn't exist. |
| IceGrid::NodeUnreachableException | Thrown when the node is unreachable. |