Click or drag to resize

IPCProcessAllocator Class

A class for allocating functions to IPC processes.
Inheritance Hierarchy
SystemObject
  Demo3D.IO.ExternalIPCProcessAllocator

Namespace:  Demo3D.IO.External
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public class IPCProcessAllocator

The IPCProcessAllocator type exposes the following members.

Constructors
  NameDescription
Public methodIPCProcessAllocator
Constructs an IPCProcessAllocator.
Top
Properties
  NameDescription
Public propertyHosts
The IPC hosts allocated.
Top
Methods
  NameDescription
Public methodAddAllocation
Register a function allocation. Call this first for each function in order to define the total process requirements.
Public methodAllocateIPC
Allocate a function to an IPC host.
Public methodStartIPCProcessesAsync
Start all IPC host proceses.
Public methodStopIPCProcesses
Stops all IPC host processes.
Top
See Also