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

◆ start()

virtual bool Ice::Service::start ( int argc,
char * argv[],
int & status )
protectedpure virtual

Prepares a service for execution, including the creation and activation of object adapters and servants.

Parameters
argcThe number of arguments in argv.
argvThe command-line arguments.
[out]statusThe exit status, which is returned by main when start or stop returns false.
Returns
true if startup was successful, false otherwise.