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

◆ stopService()

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

Stops a service.

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