Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ startService()

void startService ( string service) throws AlreadyStartedException, NoSuchServiceException

Starts a service.

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