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

◆ startService()

void IceBox::ServiceManagerPrx::startService ( std::string_view service,
const Ice::Context & context = Ice::noExplicitContext ) const

Starts a service.

Parameters
serviceThe service name.
contextThe request context.
Exceptions
IceBox::AlreadyStartedExceptionThrown when the service is already running.
IceBox::NoSuchServiceExceptionThrown when IceBox does not know a service named service.