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

◆ instantiateServerAsync() [1/2]

std::future< void > IceGrid::AdminPrx::instantiateServerAsync ( std::string_view application,
std::string_view node,
const ServerInstanceDescriptor & desc,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Instantiates a server template.

Parameters
applicationThe application name.
nodeThe name of the node where the server will be deployed.
descThe descriptor of the server instance to deploy.
contextThe request context.
Returns
A future that becomes available when the invocation completes.