void IceBox::ServiceManagerPrx::startService | ( | std::string_view | service, |
const Ice::Context & | context = Ice::noExplicitContext ) const |
Starts a service.
service | The service name. |
context | The request context. |
IceBox::AlreadyStartedException | Thrown when the service is already running. |
IceBox::NoSuchServiceException | Thrown when IceBox does not know a service named service . |