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