Click or drag to resize

IPCProcessAllocatorAddAllocation Method

Register a function allocation. Call this first for each function in order to define the total process requirements.

Namespace:  Demo3D.IO.External
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public IPCProcessAllocation AddAllocation(
	string name,
	IPCProcessRequest request
)

Parameters

name
Type: SystemString
The name of the function.
request
Type: Demo3D.IO.ExternalIPCProcessRequest
A request for a function that needs to be allocated to an IPC host process.

Return Value

Type: IPCProcessAllocation

[Missing <returns> documentation for "M:Demo3D.IO.External.IPCProcessAllocator.AddAllocation(System.String,Demo3D.IO.External.IPCProcessRequest)"]

See Also