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

◆ start()

virtual void IceBox::Service::start ( const std::string & name,
const Ice::CommunicatorPtr & communicator,
const Ice::StringSeq & args )
pure virtual

Starts the service.

Parameters
nameThe service's name, as specified in configuration.
communicatorA communicator for use by the service. The IceBox service manager creates this communicator when it starts, and destroys this communicator when it shuts down.
argsThe service arguments that were not converted into properties of communicator.