IPCProcessAllocatorAllocateIPC Method |
Allocate a function to an IPC host.
Namespace:
Demo3D.IO.External
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic IPC? AllocateIPC(
IPCProcessAllocation allocation
)
Parameters
- allocation
- Type: Demo3D.IO.ExternalIPCProcessAllocation
IPC process allocation.
Return Value
Type:
IPCThe IPC host (or null to run locally).
See Also