| std::function< void()> IceGrid::AdminPrx::instantiateServerAsync | ( | std::string_view | application, |
| std::string_view | node, | ||
| const ServerInstanceDescriptor & | desc, | ||
| std::function< void()> | response, | ||
| std::function< void(std::exception_ptr)> | exception = nullptr, | ||
| std::function< void(bool)> | sent = nullptr, | ||
| 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. |
| response | The response callback. |
| exception | The exception callback. |
| sent | The sent callback. |
| context | The request context. |