CommunicatorPtr Ice::initialize | ( | StringSeq & | seq, |
std::string_view | configFile ) |
Creates a new communicator.
[in,out] | seq | The command-line arguments. This function parses arguments starting with -- and one of the reserved prefixes (Ice, IceSSL, etc.) as properties for the new communicator and removes these elements from the list. |
configFile | The name of an Ice configuration file. |