You are here: Start » AVL.NET » AVL.ControlParallelComputing(bool, int)
AVL.ControlParallelComputing(bool, int)
Enables or disables filters multithreading parallelization.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ControlParallelComputing( bool inIsEnabled, out int outThreadCount )
Parameters
- inIsEnabled
- Type: System.Boolean
When 'true' parallel computing is used - outThreadCount
- Type: System.Int32
Actually available number of threads
