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