Initializes a new instance of the SimpleLockThreadPool class.
Declaring type: SimpleLockThreadPool
Namespace: Zyan.Communication.Threading
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public SimpleLockThreadPool (
        int concurrencyLevel,
        bool flowExecutionContext
) 
Parameters
concurrencyLevel
The concurrency level.
flowExecutionContext
if set to true [flow execution context].
Collapse/Expand Exceptions
Exception type Condition
ArgumentOutOfRangeException

There is no summary.