DOFStategetThreadPoolSize Method OpenDOF Object Access Library
Gets the maximum number of threads that the DOF can create to process requests.

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

C#
short getThreadPoolSize()

Return Value

Type: Int16
The maximum number of threads that a DOF supports. The value will be zero if the DOF's thread pool size is managed by the operating system.
Remarks

Gets the maximum number of threads that the DOF can create to process requests. This value may change through use of DOF.setThreadPoolSize(short) .
See Also

Reference

Builder.setThreadPoolSize(short)