CommsThreadPool MaxActiveThreadsCount Property NetworkComms.Net Help
The maximum number of active threads in the pool. This can be less than MaxTotalThreadsCount, taking account of waiting threads.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public int MaxActiveThreadsCount { get; private set; }

Property Value

Type: OnlineInt32
See Also