Click or drag to resize

IPCProcessRequest Class

Controls where to place a function.
Inheritance Hierarchy
SystemObject
  Demo3D.IO.ExternalIPCProcessRequest

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

The IPCProcessRequest type exposes the following members.

Constructors
  NameDescription
Public methodIPCProcessRequest(IPCProcessAllocate)
Constructs an IPCProcessAllocation.
Public methodIPCProcessRequest(IPCProcessAllocate, Double)
Constructs an IPCProcessAllocation.
Top
Properties
  NameDescription
Public propertyAllocate
How to allocate.
Public propertyStatic memberSeparateProcess
Allocate function to a separate process.
Public propertyWeight
For shared processes, this defines the weight of this function. Units are the percentage of one second that this function will require CPU. So for example, a CIP IO device that has an RPI of 10ms (rpi), and each update takes 1ms (time) Weight = time / rpi
Top
See Also