Creates a new communicator.
- Parameters
-
[in,out] | argc | The number of arguments in argv . When this function parses properties from argv , it reshuffles the arguments so that the remaining arguments start at the beginning of argv , and updates argc . |
| argv | 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. |
| configFile | The name of an Ice configuration file. |
- Returns
- The new communicator.
Definition at line 144 of file Initialize.h.