DOFsetThreadPoolSize Method OpenDOF Object Access Library
Changes the maximum number of threads the DOF can create.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public void setThreadPoolSize(
	short max
)

Parameters

max
Type: SystemInt16
The maximum number of threads.
Remarks

Changes the maximum number of threads the DOF can create. The value is originally set by using the default configuration or the Builder.setThreadPoolSize(short) method. Use this method to change the original value. See the Builder method for more information.
See Also

Reference