Start the connection manager and its worker threads.
Synopsis
Declared in <net.h>
[[requires_capability(0x7ff36f7802b0, 0x7ff36f780370, 0x7ff36f780430, 0x7ff36f7804f0), requires_capability(0x7ff36f466b20, 0x7ff36f466be0, 0x7ff36f466ca0, 0x7ff36f466d60), requires_capability(0x7ff37f4060e0, 0x7ff37f4061a0, 0x7ff37f406260, 0x7ff37f406320), requires_capability(0x7ff377562eb0, 0x7ff377562f70, 0x7ff377563030, 0x7ff3775630f0), requires_capability(0x7ff37b69e3b0, 0x7ff37b69e470, 0x7ff37b69e530, 0x7ff37b69e5f0), requires_capability(0x7ff37e1c5fe0, 0x7ff37e1c60a0, 0x7ff37e1c6160, 0x7ff37e1c6220), requires_capability(0x7ff379a7c530, 0x7ff379a7c5f0, 0x7ff379a7c6b0, 0x7ff379a7c770), requires_capability(0x7ff36f4a3570, 0x7ff36f4a3630, 0x7ff36f4a36f0, 0x7ff36f4a37b0), requires_capability(0x7ff37bc141d0, 0x7ff37bc14290, 0x7ff37bc14350, 0x7ff37bc14410), requires_capability(0x7ff3814a41a0, 0x7ff3814a4260, 0x7ff3814a4320, 0x7ff3814a43e0), requires_capability(0x7ff3666cb220, 0x7ff3666cb2e0, 0x7ff3666cb3a0, 0x7ff3666cb460)]]
bool
Start(
CScheduler& scheduler,
Options const& options);
Return Value
true if the connection manager started successfully.
Parameters
Name |
Description |
scheduler |
the scheduler used for recurring background tasks. |
options |
the configuration options to apply before starting. |
Created with MrDocs