Create a new NetworkComms.Net thread pool
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- minThreadsCount
- Type: System Int32
Minimum number of idle threads to maintain in the pool
- maxActiveThreadsCount
- Type: System Int32
The maximum number of active (i.e. not waiting for IO) threads
- maxTotalThreadsCount
- Type: System Int32
Maximum number of threads to create in the pool
- threadIdleTimeoutClose
- Type: System TimeSpan
Timespan after which an idle thread will close
See Also