Click or drag to resize

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
Syntax
C#
public IPC? AllocateIPC(
	IPCProcessAllocation allocation
)

Parameters

allocation
Type: Demo3D.IO.ExternalIPCProcessAllocation
IPC process allocation.

Return Value

Type: IPC
The IPC host (or null to run locally).
See Also