IPCProcessAllocatorStartIPCProcessesAsync Method |
Start all IPC host proceses.
Namespace:
Demo3D.IO.External
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic Task StartIPCProcessesAsync(
bool sync,
IComponentLogger? logger,
bool autoStart = true
)
Parameters
- sync
- Type: SystemBoolean
If true, the Task returned is guaranteed to be complete. - logger
- Type: Demo3D.CommonIComponentLogger
An object for logging messages. - autoStart (Optional)
- Type: SystemBoolean
True to auto-start the IPC host process.
Return Value
Type:
TaskNothing.
See Also