DOFConfiggetThreadPoolSize Method OpenDOF Object Access Library
Gets the maximum number of threads that DOFs created from this DOF.Config will have in their thread pool.

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

C#
public short getThreadPoolSize()

Return Value

Type: Int16
The thread pool size that is stored in the DOF.Config. The value will be zero if the thread pool size is managed by the operating system.
Remarks

Gets the maximum number of threads that DOFs created from this DOF.Config will have in their thread pool.
See Also

Reference