| void IceGrid::AdminPrx::sendSignal | ( | std::string_view | id, |
| std::string_view | signal, | ||
| const Ice::Context & | context = Ice::noExplicitContext ) const |
Sends a signal to a server.
| id | The server ID. |
| signal | The signal, for example SIGTERM or 15. |
| context | The request context. |
| IceGrid::BadSignalException | Thrown when the signal is not recognized by the target server. |
| IceGrid::DeploymentException | Thrown when the deployment of the server failed. |
| IceGrid::NodeUnreachableException | Thrown when the node is unreachable. |
| IceGrid::ServerNotExistException | Thrown when the server doesn't exist. |