| void IceGrid::AdminPrx::instantiateServer | ( | std::string_view | application, |
| std::string_view | node, | ||
| const ServerInstanceDescriptor & | desc, | ||
| const Ice::Context & | context = Ice::noExplicitContext ) const |
Instantiates a server template.
| application | The application name. |
| node | The name of the node where the server will be deployed. |
| desc | The descriptor of the server instance to deploy. |
| context | The request context. |
| IceGrid::AccessDeniedException | Thrown when the session doesn't hold the exclusive lock or when another session is holding the lock. |
| IceGrid::ApplicationNotExistException | Thrown when the application doesn't exist. |
| IceGrid::DeploymentException | Thrown when the application deployment failed. |