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: Int16The 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
See Also
Reference
Builder.setThreadPoolSize(short)